release.md: Create annotated tags, fix markup.

This commit is contained in:
Daniel Shahaf 2017-07-31 17:30:59 +00:00
parent d1666463a7
commit 411864d35b

View file

@ -8,8 +8,8 @@
- Update changelog.md
`tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master`
- Remove `-dev` suffix from `./.version`;
Commit that using 'git commit -m "Tag version $(<.version).";
Tag it using `git tag $(<.version)`;
Commit that using `git commit -m "Tag version $(<.version)."`;
Tag it using `git tag -m "Tag version $(<.version)"`;
Increment `./.version` and restore the `-dev` suffix;
Commit that using 'git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5'.
- Push with `git push --tags`