From a8db4a78885505c05d2c404d103e78ea1e5e79b9 Mon Sep 17 00:00:00 2001 From: Kalaiselvi Murugesan Date: Wed, 3 May 2023 16:35:47 +0000 Subject: [PATCH] Remove milestone steps from release --- docs/governance/templates/release_issue.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/governance/templates/release_issue.md b/docs/governance/templates/release_issue.md index 23c471a3e0..a8112412f7 100644 --- a/docs/governance/templates/release_issue.md +++ b/docs/governance/templates/release_issue.md @@ -21,14 +21,7 @@ and copy it into a release issue. Fill in relevant values, found inside {} ## Steps - [ ] Run `make shell` and run `gcloud config configurations activate agones-images`. -- [ ] Review [closed issues with no milestone](https://github.com/googleforgames/agones/issues?q=is%3Aissue+is%3Aclosed+no%3Amilestone++-label%3Ainvalid+-label%3Aduplicate+-label%3Aquestion+-label%3Awontfix++-label%3Aarea%2Fmeta) and add relevant ones to the current milestone. - - Issues tagged as `invalid`, `duplicate`, `question`, `wontfix`, or `area/meta` don't need review. -- [ ] Review closed issues in the current milestone to ensure that they have appropriate tags. -- [ ] Review [merged PRs that have no milestone](https://github.com/googleforgames/agones/pulls?q=is%3Apr+is%3Amerged+no%3Amilestone+) and add them to the current milestone. -- [ ] Review merged PRs in the current milestone to ensure that they have appropriate tags. - [ ] Ensure the next stable releases in the Google Calendar have the correct version number. -- [ ] Ensure the next version milestone is created. -- [ ] Any issues in the current milestone that are not closed, move to next milestone. - [ ] `git checkout main && git pull --rebase upstream main` - [ ] Run `make pre-build-release` to ensure all example images exist on agones-images/examples repository and to deploy the {version}-1 service on GCP/App Engine/Services. - [ ] Ensure the [helm `tag` value][values] is correct (tag field value in image should be {version}) @@ -92,8 +85,7 @@ and copy it into a release issue. Fill in relevant values, found inside {} - [ ] Update the [`sdks/unity/package.json`][unity] package file's `version` field to {version}+1-dev - [ ] Run `make gen-install gen-api-docs` - [ ] Create PR with these changes, and merge them with approval -- [ ] Close this issue. -- [ ] Close the current milestone. _Congratulations!_ - the release is now complete! :tada: :clap: :smile: :+1: +- [ ] Close this issue. _Congratulations!_ - the release is now complete! :tada: :clap: :smile: :+1: [values]: https://github.com/googleforgames/agones/blob/main/install/helm/agones/values.yaml#L224 [chart]: https://github.com/googleforgames/agones/blob/main/install/helm/agones/Chart.yaml#L18-L19