Skip to content

Commit

Permalink
add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
baartch committed Jan 22, 2024
1 parent 698157d commit a42ba82
Show file tree
Hide file tree
Showing 3 changed files with 6,790 additions and 1,756 deletions.
23 changes: 23 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"git": {
"commitMessage": "chore: release v${version}",
"requireBranch": "main"
},
"github": {
"release": false
},
"npm": {
"publish": true
},
"hooks": {
"before:init": ["git pull", "npm run lint", "npm test"]
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "eslint"
},
"infile": "CHANGELOG.md"
}
}
}
Loading

0 comments on commit a42ba82

Please sign in to comment.