Skip to content

Commit

Permalink
chore: create release-it json
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-devHong committed Apr 30, 2024
1 parent 9fd66f7 commit 1f2b37a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
16 changes: 16 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"git": {
"requireBranch": "main",
"commitMessage": "chore: release v${version}",
"tagName": "v${version}"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
},
"github": {
"release": true
},
"npm": {
"publish": true
}
}
17 changes: 0 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,6 @@
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintConfig": {
"root": true,
"extends": [
Expand Down

0 comments on commit 1f2b37a

Please sign in to comment.