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

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 15, 2020
2 parents d0a309f + 565c0d8 commit 33ce820
Show file tree
Hide file tree
Showing 3 changed files with 2,922 additions and 2,584 deletions.
13 changes: 7 additions & 6 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"scripts": {
"beforeStart": "npm test",
"beforeStage": "npm run build",
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
"hooks": {
"before:init": "npm test",
"before:release": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"git": {
"tagName": "v%s"
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
"release": true,
"assets": ["dist/*.zip"]
}
}
Loading

0 comments on commit 33ce820

Please sign in to comment.