Skip to content

Commit

Permalink
ci: generate changelog using git-chlog
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenbagel committed Dec 26, 2023
1 parent 12012ec commit 9ff9a1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate changelog
id: gen_changelog
uses: bdashrad/git-chglog-action@v2.0.3
with:
next_version: "1.0.0"
- uses: taiki-e/create-gh-release-action@v1
with:
changelog: CHANGELOG.md
allow-missing-changelog: true
token: ${{ secrets.GH_TOKEN }}

upload-assets:
Expand Down

0 comments on commit 9ff9a1a

Please sign in to comment.