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 4e2c1ec commit d4de3c8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .release-it.json
@@ -0,0 +1,13 @@

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

0 comments on commit d4de3c8

Please sign in to comment.