Skip to content

Commit 2de6150

Browse files
committed
build: setup versioning with release-it
1 parent 54e6822 commit 2de6150

File tree

3 files changed

+7198
-116
lines changed

3 files changed

+7198
-116
lines changed

.release-it.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"plugins": {
3+
"@release-it/bumper": {
4+
"in": "specification/openapi.yaml",
5+
"out": "specification/openapi.yaml"
6+
}
7+
},
8+
"npm": {
9+
"publish": false
10+
},
11+
"git": {
12+
"commitMessage": "chore(release-it): release v${version}"
13+
},
14+
"github": {
15+
"release": true
16+
}
17+
}

0 commit comments

Comments
 (0)