ci: use changelogithub to generate changelog
This commit is contained in:
parent
e8e6d71c41
commit
69e5b66b50
4
.github/workflows/beta_release.yml
vendored
4
.github/workflows/beta_release.yml
vendored
@ -26,7 +26,9 @@ jobs:
|
|||||||
id: changelog
|
id: changelog
|
||||||
run: |
|
run: |
|
||||||
git tag -l
|
git tag -l
|
||||||
npx changelogen@latest --output CHANGELOG.md
|
npx changelogithub --output CHANGELOG.md
|
||||||
|
# npx changelogen@latest --output CHANGELOG.md
|
||||||
|
|
||||||
|
|
||||||
- name: Upload assets
|
- name: Upload assets
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user