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 2de6150
Show file tree
Hide file tree
Showing 3 changed files with 7,198 additions and 116 deletions.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"plugins": {
"@release-it/bumper": {
"in": "specification/openapi.yaml",
"out": "specification/openapi.yaml"
}
},
"npm": {
"publish": false
},
"git": {
"commitMessage": "chore(release-it): release v${version}"
},
"github": {
"release": true
}
}
Loading

0 comments on commit 2de6150

Please sign in to comment.