Skip to content

Commit

Permalink
package: add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
arthaud-proust committed Nov 28, 2023
1 parent c569ac8 commit 7d4b362
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

{
"github": {
"release": true
},
"git": {
"commitMessage": "chore: release v${version}"
},
"npm": {
"publish": false
}
}

0 comments on commit 7d4b362

Please sign in to comment.