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
Copy file name to clipboardExpand all lines: docs/governance/templates/release_issue.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and copy it into a release issue. Fill in relevent values, found inside {}
7
7
8
8
-[ ] Review closed issues have appropriate tags.
9
9
-[ ] Review closed issues have been applied to the current milestone.
10
+
-[ ] Review closed PRs have appropriate tags.
11
+
-[ ] Review closed PRs have been applied to the current milestone.
10
12
-[ ] Ensure the next version milestone is created.
11
13
-[ ] Any issues in the current milestone that are not closed, move to next milestone.
12
14
-[ ] Run `make gen-changelog` to generate the CHANGELOG.md (if release candidate `make gen-changelog RELEASE_VERSION={version}-rc`)
@@ -20,7 +22,7 @@ and copy it into a release issue. Fill in relevent values, found inside {}
20
22
-[ ] If full release, update install docs with the new release version
21
23
-[ ] Create PR with these changes, and merge them with approval
22
24
-[ ] Confirm local git remote `upstream` points at `git@github.com:GoogleCloudPlatform/agones.git`
23
-
-[ ] 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)
25
+
-[ ] Run `git remote update && 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)
24
26
-[ ] Run `make do-release`. (if release candidate `make do-release RELEASE_VERSION={version}-rc`) to create and push the docker images and helm chart.
25
27
-[ ] Do a `helm repo add agones https://agones.dev/chart/stable` and verify that the new version is available via the command `helm search agones/`
26
28
-[ ] Do a `helm install` and a smoke test to confirm everything is working.
@@ -30,7 +32,7 @@ and copy it into a release issue. Fill in relevent values, found inside {}
30
32
-[ ] Send an email to the [mailing list][list] with the release details (copy-paste the github release)
31
33
-[ ] If full release, then increment the `base_version` in [`build/Makefile`][build-makefile]
32
34
-[ ] Ensure the [helm `tag` value][values] is set to the next version (should be the {version}+0.1 if a full release, {version}+0.1-rc if release candidate)
33
-
-[ ] Ensure the [helm `Chart` version values][chart] is set to the next version (should be the {version}+0.1 if a full release, {version}+0.1-rc if release candidate)
35
+
-[ ] Ensure the [helm `Chart` version values][chart] is set to the next version (should be the {version}+0.1 if a full release, {version} if release candidate)
34
36
-[ ] Run `make gen-install`
35
37
-[ ] Create PR with these changes, and merge them with approval
0 commit comments