Skip to content

Commit

Permalink
build: setup versioning with release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Nov 1, 2022
1 parent 54e6822 commit dbf4d72
Show file tree
Hide file tree
Showing 4 changed files with 7,207 additions and 116 deletions.
25 changes: 25 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"plugins": {
"@release-it/bumper": {
"out": [
{
"file": "specification/openapi.yaml",
"path": "info.version"
}
]
}
},
"hooks": {
"after:@release-it/bumper:bump": "echo Version was bumped"
},
"npm": {
"publish": false
},
"git": {
"commitMessage": "chore(release-it): release v${version}"
},
"github": {
"release": true,
"web": true
}
}
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
Loading

0 comments on commit dbf4d72

Please sign in to comment.