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: .github/ISSUE_TEMPLATE/release.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ otherwise there should already be a `release-0.5` branch so run,
49
49
git checkout -b release-0.5 upstream/release-0.5
50
50
```
51
51
52
-
**NOTE: The branch name must be in the format, `release-X.Y` otherwise**
52
+
**NOTE: The branch name must be in the format, `release-X.Y.Z` otherwise**
53
53
**some artifacts will not be pushed.**
54
54
55
55
## Releases & Versions
@@ -97,7 +97,7 @@ releases. Find {version} and replace with the current release (e.g. 0.5.0)
97
97
only required once.**
98
98
99
99
-[ ] Create the branch in the **upstream** repository. It should be named
100
-
release-X.Y. Example: release-0.5. At this point there's effectively a code
100
+
release-X.Y.Z. Example: release-0.5. At this point there's effectively a code
101
101
freeze for this version and all work on main will be included in a future
102
102
version. If you're on the branch that you created in the *getting setup*
103
103
section above you should be able to push upstream.
@@ -106,15 +106,15 @@ only required once.**
106
106
git push origin release-0.5
107
107
```
108
108
109
-
-[ ] Announce a PR freeze on release-X.Y branch on [open-match-discuss@](https://groups.google.com/forum/#!forum/open-match-discuss).
109
+
-[ ] Announce a PR freeze on release-X.Y.Z branch on [open-match-discuss@](https://groups.google.com/forum/#!forum/open-match-discuss).
110
110
-[ ] Open the [`Makefile`](makefile-version) and change BASE_VERSION entry.
111
111
-[ ] Open the [`install/helm/open-match/Chart.yaml`](om-chart-yaml-version) and change the `appVersion` and `version` entries.
112
112
-[ ] Open the [`install/helm/open-match/values.yaml`](om-values-yaml-version) and change the `tag` entries.
113
113
-[ ] Open the [`cloudbuild.yaml`] and change the `_OM_VERSION` entry.
114
114
-[ ] There might be additional references to the old version but be careful not to change it for places that have it for historical purposes.
115
115
-[ ] Update usage requirements in the Installation doc - e.g. supported minikube version, kubectl version, golang version, etc.
116
116
-[ ] Create a PR with the changes, include the release candidate name, and point it to the release branch.
117
-
-[ ] Go to [open-match-build](https://pantheon.corp.google.com/cloud-build/triggers?project=open-match-build) and update all *post submit* triggers' `_GCB_LATEST_VERSION` value to the `X.Y` of the release. This value should only increase as it's used to determine the latest stable version.
117
+
-[ ] Go to [open-match-build](https://pantheon.corp.google.com/cloud-build/triggers?project=open-match-build) and update all *post submit* triggers' `_GCB_LATEST_VERSION` value to the `X.Y.Z` of the release. This value should only increase as it's used to determine the latest stable version.
118
118
-[ ] Merge your changes once the PR is approved. Note: the helm chart is not published to the public registry until the merge is complete (it's a second cloud build trigger upon merge), so you won't be able to do final release testing until after all checks/approvals are finished!
119
119
120
120
## Create a release branch in the upstream open-match-docs repository
@@ -132,7 +132,7 @@ only required once.**
132
132
-[ ] Create a *draft*[release](https://github.com/googleforgames/open-match/releases). Note that github has both "Pre-release" and "draft" as different concepts for a release. Until the release is finalized, only use "Save draft", and do not use "Publish release".
133
133
-[ ] Use the [release template](https://github.com/googleforgames/open-match/blob/main/docs/governance/templates/release.md)
-[ ]`Release Title = v{version}` (Must match `Tag`)
137
137
-[ ]`Write` section will contain the contents from the [release template](https://github.com/googleforgames/open-match/blob/main/docs/governance/templates/release.md).
138
138
-[ ] Add the milestone to all PRs and issues that were merged since the last milestone. Look at the [releases page](https://github.com/googleforgames/open-match/releases) and look for the "X commits to main since this release" for the diff.
0 commit comments