Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 22, 2018
1 parent e0e7c2c commit 797ef66
Show file tree
Hide file tree
Showing 3 changed files with 3,844 additions and 879 deletions.
16 changes: 16 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"scripts": {
"beforeStart": "npm test",
"beforeStage": "npm run build",
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"git": {
"tagName": "v%s"
},
"npm": {
"publish": true
},
"github": {
"release": true
}
}
Loading

0 comments on commit 797ef66

Please sign in to comment.