Add release helper file

This commit is contained in:
tidwall 2020-02-10 05:43:10 -07:00
parent 55b4c8fd57
commit 6ffdf7b0ef
1 changed files with 10 additions and 0 deletions

10
scripts/RELEASE.md Normal file
View File

@ -0,0 +1,10 @@
**To bump a new release of Tile38**
- Update CHANGELOG.md to include the newest changes.
- `git commit -m $vers` changes (where `$vers` is a semver)
- `git tag $vers` (where `$vers` is a semver)
- `git push --tags`
- `git push`
- `make package`
- Add a new Github Release and add the zips from packages directory.