We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b679ada commit 90a0450Copy full SHA for 90a0450
.github/workflows/new_release_package.yml
@@ -56,7 +56,7 @@ jobs:
56
git fetch --prune --unshallow
57
git log --oneline
58
npm install -g auto-changelog
59
- auto-changelog -p --template changelog-template.hbs --commit-limit false && git add CHANGELOG.md
+ auto-changelog -p --template changelog-template.hbs --commit-limit false ----append-git-log '& git log --shortstat' && git add CHANGELOG.md
60
npm run version-json
61
62
# Push repository changes
0 commit comments