Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed May 7, 2018
1 parent d9de2f4 commit 82d89bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions osx/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ What actually goes into [the release zip](github.com/walles/bubblemon/releases/l

Making a Release
----------------
* `git tag` to show previous releases; release tags are the ones named
* `git tag | cat` to show previous releases; release tags are the ones named
osx-versionnumber.

* `git tag --annotate osx-1.2.3` to tag version `1.2.3`
* `git tag --annotate osx-1.2.3` to tag version `1.2.3`. Remember that the text
you write will become readable by end users on the download page, write
something nice!

* Run `./osx/makeDistZip.sh` to get a release zip file

Expand Down

0 comments on commit 82d89bb

Please sign in to comment.