Skip to content

Commit

Permalink
Merge pull request #337 from screendriver/release-it
Browse files Browse the repository at this point in the history
Introduce "release-it" to make releases more comfortable
  • Loading branch information
screendriver authored and lo1tuma committed Sep 25, 2023
2 parents 4985064 + 760684c commit dd6522d
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 dd6522d

Please sign in to comment.