Skip to content

Commit 3e3bb7c

Browse files
committed
feat: migrate changelog generation to github action
1 parent 13cebc4 commit 3e3bb7c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/generate-release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ jobs:
6363
fi
6464
6565
- name: Generate changelog
66-
run: |
67-
python3 .github/changelogs.py ${{ steps.target.outputs.target }} --ci
66+
uses: hanthor/changelog-action@master
67+
with:
68+
stream: ${{ steps.target.outputs.target }}
69+
family: bluefin-lts
70+
output-env: ./output.env
6871

6972
- name: Read changelog outputs
7073
id: changelog

0 commit comments

Comments
 (0)