File tree Expand file tree Collapse file tree 3 files changed +681
-2
lines changed
Expand file tree Collapse file tree 3 files changed +681
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://unpkg.com/release-it@19/schema/release-it.json" ,
3+ "git" : {
4+ "commitMessage" : " chore: release v${version}"
5+ },
6+ "github" : {
7+ "release" : true
8+ },
9+ "npm" : {
10+ "publish" : false ,
11+ "ignoreVersion" : false
12+ },
13+ "plugins" : {
14+ "@release-it/conventional-changelog" : {
15+ "preset" : {
16+ "name" : " conventionalcommits"
17+ },
18+ "infile" : " CHANGELOG.md"
19+ },
20+ "@release-it/bumper" : {
21+ "in" : " pyproject.toml" ,
22+ "out" : " pyproject.toml"
23+ }
24+ }
25+ }
Original file line number Diff line number Diff line change 2020 "@commitlint/cli" : " ^19.8.0" ,
2121 "@commitlint/config-conventional" : " ^19.8.0" ,
2222 "@commitlint/types" : " ^19.8.0" ,
23+ "@release-it/bumper" : " ^7.0.4" ,
24+ "@release-it/conventional-changelog" : " ^10.0.1" ,
2325 "eslint" : " ^8.57.0" ,
2426 "husky" : " ^8.0.3" ,
2527 "lint-staged" : " ^15.2.7" ,
You can’t perform that action at this time.
0 commit comments