Skip to content

Commit 4f19b37

Browse files
test: use changelog action
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
1 parent 27c4006 commit 4f19b37

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Changelog
2+
on:
3+
push:
4+
branches:
5+
- 211-sim-ops-generate-pr-from-staging-to-main-with-changelog
6+
7+
jobs:
8+
changelog:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: "✏️ Generate release changelog"
12+
uses: heinrichreimer/action-github-changelog-generator@v2.3
13+
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}
15+
16+
- name: "echo changelog"
17+
run: echo "${{ steps.changelog.outputs.changelog }}"

0 commit comments

Comments
 (0)