Skip to content

Commit

Permalink
Merge pull request #25 from dipiash/feature/fix-tgz-version-in-assets
Browse files Browse the repository at this point in the history
fix(release-it): 🐛 fix `tgz` assets version in release changelog
  • Loading branch information
dipiash authored Oct 30, 2023
2 parents ec0aead + 658be5a commit 40409ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"assets": ["dist/*.tgz"]
},
"hooks": {
"after:bump": "markdown-toc -i README.md --maxdepth 10 && git add ."
"after:bump": "markdown-toc -i README.md --maxdepth 10 && npm run pack && git add ."
}
}

0 comments on commit 40409ed

Please sign in to comment.