Skip to content

Commit

Permalink
Merge pull request #280 from jonataswalker/npm-publish-provenance
Browse files Browse the repository at this point in the history
add release-it config
  • Loading branch information
jonataswalker authored Mar 8, 2024
2 parents 71c7688 + 716279d commit 42c7d06
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"github": {
"release": true
},
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### Changelog

0 comments on commit 42c7d06

Please sign in to comment.