Skip to content

Commit

Permalink
Add missing release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed Aug 19, 2021
1 parent 7caf557 commit ce6ae79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release-it.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[git]
tagArgs=["-s"]
requireBranch="master"
tagAnnotation="v${version}\n\n${changelog}\n"
[npm]
publish=false
[github]
release=false

0 comments on commit ce6ae79

Please sign in to comment.