Skip to content

Commit

Permalink
chore: include changelog in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Feb 25, 2024
1 parent 4294c48 commit 23485b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
git push origin -u $new_branch
echo "new_version=$new_version" >> $GITHUB_OUTPUT
echo "new_branch=$new_branch" >> $GITHUB_OUTPUT
npx git-cliff --tag $new_version > CHANGELOG.md
id: bump_version
- name: Dry run publish
run: |
Expand Down

0 comments on commit 23485b5

Please sign in to comment.