Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Dec 19, 2019
1 parent 79b3e21 commit d26040b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"git": {
"changelog": "git log --pretty=format:\"* %s (%h)\" ${latestTag}...HEAD",
"requireCleanWorkingDir": false,
"requireUpstream": true,
"addUntrackedFiles": true,
"commit": true,
"commitMessage": "Release ${version}",
"commitArgs": "",
"tag": true,
"tagName": "${version}",
"tagAnnotation": "Release ${version}",
"tagArgs": "",
"push": true,
"pushArgs": "--follow-tags",
"pushRepo": "origin"
},
"github": {
"release": true
},
"hooks": {
"after:bump": "echo ${version} > VERSION"
},
"npm": {
"publish": false,
"publishPath": ".",
"access": null,
"otp": null
}

}

1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0

0 comments on commit d26040b

Please sign in to comment.