Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSkierniewski committed Jun 2, 2016
1 parent 8267d67 commit 8e9f119
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .release.json
@@ -0,0 +1,33 @@
{
"non-interactive": false,
"dry-run": false,
"verbose": false,
"force": false,
"pkgFiles": [],
"increment": "patch",
"prereleaseId": null,
"commitMessage": "Release %s",
"tagName": "v%s",
"tagAnnotation": "Release %s",
"buildCommand": false,
"changelogCommand": "git log --pretty=format:'* %s (%h)' `git describe --tags --abbrev=0`..HEAD",
"requireCleanWorkingDir": false,
"src": {
"pushRepo": null,
"beforeStartCommand": false,
"beforeStageCommand": false,
"afterReleaseCommand": false
},
"npm": {
"publish": false,
"publishPath": ".",
"tag": "latest",
"private": false,
"forcePublishSourceRepo": false
},
"github": {
"release": true,
"releaseName": "Release %s",
"tokenRef": "GITHUB_TOKEN"
}
}

0 comments on commit 8e9f119

Please sign in to comment.