Skip to content

Commit

Permalink
chore: finish setting up release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Sep 13, 2024
1 parent d747858 commit d4a2df2
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
"commitMessage": "chore: release v${version}🔖",
"tagAnnotation": "v${version}",
"commitArgs": ["-S"],
"requireBranch": true,
"requireCommits": true
"requireBranch": "master",
"requireCommits": true,
"requireCleanWorkingDir": false
},
"github": {
"release": true,
"web": true,
"releaseName": "v${version}"
},
"npm": {
"publish": false
},
"npm": false,
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
Expand All @@ -28,11 +27,10 @@
"in": {
"file": "Cargo.toml",
"path": "workspace.package.version"
},
"out": {
"file": "Cargo.toml",
"path": "workspace.package.version"
}
}
},
"hooks": {
"after:bump": "cargo set-version ${version}"
}
}

0 comments on commit d4a2df2

Please sign in to comment.