Skip to content

Commit

Permalink
Merge pull request #60 from WikiWatershed/ki/update-deployment-instru…
Browse files Browse the repository at this point in the history
…ctions

Add missing step to deployment instructions
  • Loading branch information
kellyi authored Aug 3, 2017
2 parents 28a20c2 + 25220d8 commit 256c14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Deployments to GitHub Releases are handled through [Travis-CI](https://travis-ci
$ git flow release start 0.1.0
$ vim CHANGELOG.md
$ vim project/build.scala
$ git add CHANGELOG.md project/build.scala
$ git commit -m "0.1.0"
$ git flow release publish 0.1.0
$ git flow release finish 0.1.0
Expand Down

0 comments on commit 256c14c

Please sign in to comment.