Skip to content

Commit

Permalink
chore: setup release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Feb 24, 2022
1 parent 99f8dc1 commit 56cd29d
Show file tree
Hide file tree
Showing 7 changed files with 2,434 additions and 60 deletions.
19 changes: 19 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"src": {
"tagName": "v%s"
},
"npm": {
"publish": false
},
"git": {
"tagName": "v${version}",
"requireCleanWorkingDir": false,
"commitMessage": "release: v${version} :tada:"
},
"github": {
"release": true
},
"plugins": {
"./scripts/release-it/plugins/update-manifest/index.js": {}
}
}
Loading

0 comments on commit 56cd29d

Please sign in to comment.