You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review closed issues have been applied to the current milestone.
Ensure the next version milestone is created.
Any issues in the current milestone that are not closed, move to next milestone.
Run make gen-changelog to generate the CHANGELOG.md
Ensure the helm tag value is correct (should be the {version} if a full release, {version}.rc if release candidate)
Run make gen-install
If RC release, update all ⚠️⚠️⚠️ warnings to: "This is currently a release candidate feature"
If full release, remove all instances of "⚠️⚠️⚠️This is currently a development feature and has not been released⚠️⚠️⚠️"
If full release, update install docs with the new release version
Create PR with these changes, and merge them with approval
Confirm local git remote upstream points at git@github.com:GoogleCloudPlatform/agones.git
Run git checkout master && git reset --hard upstream/master to ensure your code is in line with upstream (unless this is a hotfix, then do the same, but for the the release branch)
Run make do-release. (if release candidate make do-release RELEASE_VERSION={version}.rc) to create and push the docker images.
Do a helm install and a smoke test to confirm everything is working.
make gen-changelog
to generate the CHANGELOG.mdtag
value is correct (should be the {version} if a full release, {version}.rc if release candidate)make gen-install
upstream
points atgit@github.com:GoogleCloudPlatform/agones.git
git checkout master && git reset --hard upstream/master
to ensure your code is in line with upstream (unless this is a hotfix, then do the same, but for the the release branch)make do-release
. (if release candidatemake do-release RELEASE_VERSION={version}.rc
) to create and push the docker images.helm install
and a smoke test to confirm everything is working.tag
with the release version.release
folder to the release.base_version
inbuild/Makefile
tag
value is the same as the abovebase_version
The text was updated successfully, but these errors were encountered: