Skip to content

Commit 90a0450

Browse files
authored
Update new_release_package.yml
1 parent b679ada commit 90a0450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new_release_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git fetch --prune --unshallow
5757
git log --oneline
5858
npm install -g auto-changelog
59-
auto-changelog -p --template changelog-template.hbs --commit-limit false && git add CHANGELOG.md
59+
auto-changelog -p --template changelog-template.hbs --commit-limit false ----append-git-log '& git log --shortstat' && git add CHANGELOG.md
6060
npm run version-json
6161
6262
# Push repository changes

0 commit comments

Comments
 (0)