Skip to content

Commit dbf4d72

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

File tree

4 files changed

+7207
-116
lines changed

4 files changed

+7207
-116
lines changed

.release-it.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"plugins": {
3+
"@release-it/bumper": {
4+
"out": [
5+
{
6+
"file": "specification/openapi.yaml",
7+
"path": "info.version"
8+
}
9+
]
10+
}
11+
},
12+
"hooks": {
13+
"after:@release-it/bumper:bump": "echo Version was bumped"
14+
},
15+
"npm": {
16+
"publish": false
17+
},
18+
"git": {
19+
"commitMessage": "chore(release-it): release v${version}"
20+
},
21+
"github": {
22+
"release": true,
23+
"web": true
24+
}
25+
}

VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

0 commit comments

Comments
 (0)