Skip to content

Commit 69a4c29

Browse files
committed
chore: setup release-it plugins
1 parent a7ee3cf commit 69a4c29

File tree

3 files changed

+681
-2
lines changed

3 files changed

+681
-2
lines changed

.release-it.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
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",

0 commit comments

Comments
 (0)