Skip to content

Commit

Permalink
improve notes on how to release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Aug 1, 2017
1 parent 8b17c99 commit 9b656b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE-HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Most if not all of this should be semi-automated.
2. Tag locally

```bash
git tag -a vLASTVERSION -m "First release"
git tag -a vNEWVERSION -m "tag version XYZ"
```

3. Push

```bash
git push origin LASTVERSION
git push origin NEWVERSION
```

0 comments on commit 9b656b0

Please sign in to comment.