mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-14 12:40:18 +01:00
454 B
454 B
Releasing
- Make changes.
- Determine next version. For the sake of this list, let's assume 1.2.3.
- Update
gax.go
withconst Version = "1.2.3"
. If v2, do the same tov2/gax.go
. git checkout -b my_branch && git commit && git push my_remote my_branch
- Get it reviewed and merged.
git checkout master && git tag v1.2.3 && git push origin v1.2.3
- Update the releases page on GitHub