Skip to content

Commit

Permalink
ci: better changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Jun 1, 2022
1 parent c484d0c commit 9fb3426
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 3,892 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
echo "Tag exists, nothing to do"
else
echo "Tag does not exist. Creating and pushing tag"
npx standard-version --first-release
rm -f CHANGELOG.md
npx conventional-changelog-cli -p angular -i CHANGELOG.md -s -r 0
git add CHANGELOG.md
git config --global user.name 'ChiaAutomation'
git config --global user.email '[email protected]'
Expand Down
Loading

0 comments on commit 9fb3426

Please sign in to comment.