-
-
Notifications
You must be signed in to change notification settings - Fork 11
ReleaseChecklist
Toby Schneider edited this page Jul 28, 2023
·
7 revisions
Goby Release Checklist:
- Merge all relevant pull requests into version branch (e.g. 3.0)
- Check build and unit tests
- Update version, release date (and soversion, if relevant) in
CMakeLists.txt
- Update release notes in release.txt
- Run
goby3/scripts/update_copyright.sh
- Commit
- Tag with version (e.g. git tag 3.0.1)
- Push with tags (git push && git push --tags)
- Click "Draft a new release" at https://github.com/GobySoft/goby3/releases