We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b4c8f commit 6ffdf7bCopy full SHA for 6ffdf7b
scripts/RELEASE.md
@@ -0,0 +1,10 @@
1
+**To bump a new release of Tile38**
2
+
3
+- Update CHANGELOG.md to include the newest changes.
4
+- `git commit -m $vers` changes (where `$vers` is a semver)
5
+- `git tag $vers` (where `$vers` is a semver)
6
+- `git push --tags`
7
+- `git push`
8
+- `make package`
9
+- Add a new Github Release and add the zips from packages directory.
10
0 commit comments