Skip to content

Commit

Permalink
build: add release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 28, 2023
1 parent 0770569 commit 0fd892a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/.release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"autoGenerate": true,
"release": true,
"web": true
}
}

0 comments on commit 0fd892a

Please sign in to comment.