Skip to content

Commit 424cab5

Browse files
committed
Work on release changelog
1 parent d9bf330 commit 424cab5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release-from-changelog.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ jobs:
2020
with:
2121
token: ${{ secrets.ALLEY_CI_KEY }}
2222

23+
- name: Parse the changelog
24+
id: parse-changelog
25+
uses: alleyinteractive/action-changelog-extractor@develop
26+
27+
- name: Dump changelog output
28+
run: |
29+
echo "Changelog Output:"
30+
echo "parse-changelog: ${{ steps.parse-changelog.outputs }}"
31+
exit 1
32+
2333
- name: Extract latest version from CHANGELOG.md
2434
id: get_version
2535
run: |

0 commit comments

Comments
 (0)