Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jad-hamza committed Oct 2, 2020
1 parent 603467b commit d961d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOWTO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How to release
1. Update [RELEASE\_NOTES.md](RELEASE_NOTES.md).
2. Make sure that the Git working copy is not dirty, ie. that `git diff --stat` does not output anything.
3. Tag the release with `git tag -a -s VERSION`, where `VERSION` is of the form `vX.X.X`.
In the tag commit message, make include the release notes for that version.
In the tag commit message, include the release notes for that version.
4. Push the tag to GitHub with `git push --tags`.
5. Build the standalone archives for macOS and Linux with `./bin/package-standalone.sh`.
6. Create a new release on GitHub, add the release notes for that version and attach the two archives. Make sure to not rename the archives.
Expand Down

0 comments on commit d961d55

Please sign in to comment.