Skip to content

Commit

Permalink
ci: update changelog format (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro authored Oct 22, 2022
1 parent 771d7a1 commit 2de117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git push --delete origin ${{ env.version }}
# Update changelog file
printf "## ${{ env.version }}\n\n${{ steps.generate-changelog.outputs.changelog }}" | cat - CHANGELOG.md > /tmp/changelog && mv /tmp/changelog CHANGELOG.md
printf "# ${{ env.version }}\n\n${{ steps.generate-changelog.outputs.changelog }}" | cat - CHANGELOG.md > /tmp/changelog && mv /tmp/changelog CHANGELOG.md
git add CHANGELOG.md
git commit -am "docs(changelog): ${{ env.version }} [skip ci]"
Expand Down

0 comments on commit 2de117d

Please sign in to comment.