Skip to content

Commit

Permalink
Merge pull request #337 from screendriver/release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Sep 25, 2023
2 parents 4985064 + 760684c commit 72249cf
Show file tree
Hide file tree
Showing 3 changed files with 7,079 additions and 1,156 deletions.
16 changes: 16 additions & 0 deletions .release-it.json
@@ -0,0 +1,16 @@
{
"git": {
"requireBranch": "master"
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"npm": {
"publish": true
},
"hooks": {
"before:init": ["npm run lint", "npm run test"],
"after:bump": ["npm run changelog"]
}
}

0 comments on commit 72249cf

Please sign in to comment.