Skip to content

Commit

Permalink
build: add release-it to facilitate builds
Browse files Browse the repository at this point in the history
Port release scaffolding from passport-saml for consistent publishing
across all repos in the node-saml organization

- `npm install --save-dev release-it @cjbarth/github-release-notes`
- add release-it config and changelog run script from passport-saml
  • Loading branch information
LoneRifle committed Jan 23, 2023
1 parent 52d5ad5 commit c6dd5ca
Show file tree
Hide file tree
Showing 3 changed files with 17,031 additions and 1,029 deletions.
9 changes: 9 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"github": {
"release": true,
"releaseName": "v${version}"
},
"hooks": {
"after:bump": "npm run changelog"
}
}
Loading

0 comments on commit c6dd5ca

Please # to comment.