Merge pull request #132 from thebentern/master

Update release instructions
This commit is contained in:
Ben Meadors 2021-12-08 08:01:43 -06:00 committed by GitHub
commit 51d2e6e95e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,8 @@ If youd like to do real releases with your changes, the procedure is:
* * git add proto
* * git commit -m "updating proto submodule to latest"
* run bin/regen-protos.sh
* edit version.properties and check it into the root project
* run bin/promote-release.sh - this should cause github to start a release build (see the CI actions)
* edit version.properties to set release version
* commit and push (or merge) to root of repo - this should cause github to start a release build (see the CI actions)
* edit the draft release text and click publish
### Update Protobufs