Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
j5bot committed Nov 14, 2018
1 parent 8646816 commit 4499bf7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"verbose": true,
"src": {
"beforeStartCommand": "git stash save -u 'Preparing for release'",
"afterReleaseCommand": "git stash pop",
"commit": true,
"tag": true,
"tagName": "v%s"
},
"github": {
"release": true,
"assets": "reports/js-test-results.json"
},
"npm": {
"publish": false
},
"prompt": {
"src": {
"status": true
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-acid-trail",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"homepage": "https://demos.jonathancook.site/react-acid-trail",
"docs": {
Expand Down

0 comments on commit 4499bf7

Please sign in to comment.