-
Notifications
You must be signed in to change notification settings - Fork 820
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweaked the ordering in the release checklist closer to what I usually do as well.
- Loading branch information
1 parent
4e70e16
commit 80aee4d
Showing
13 changed files
with
138 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ This is the release issue template. Make a copy of the markdown in this page | |
and copy it into a release issue. Fill in relevant values, found inside {} | ||
!--> | ||
|
||
- [ ] Review closed issues have appropriate tags. | ||
- [ ] Review closed issues have been applied to the current milestone. | ||
- [ ] Review closed PRs have appropriate tags. | ||
- [ ] Review closed issues have appropriate tags. | ||
- [ ] Review closed PRs have been applied to the current milestone. | ||
- [ ] Review closed PRs have appropriate tags. | ||
- [ ] Ensure the next version milestone is created. | ||
- [ ] Any issues in the current milestone that are not closed, move to next milestone. | ||
- [ ] If release candidate add the label `feature-freeze-do-not-merge` to any feature pull requests. | ||
|
@@ -23,13 +23,13 @@ and copy it into a release issue. Fill in relevant values, found inside {} | |
- [ ] Create a *draft* release with the [release template][release-template] | ||
- [ ] Make a `tag` with the release version. | ||
- [ ] Site updated | ||
- [ ] Copy the draft release content into a new `/site/content/en/blog/releases` content (this will be what you send via email). | ||
- [ ] Review all `link_test` and `data-proofer-ignore` attributes and remove for link testing | ||
- [ ] If full release, review and remove all instances of the `feature` shortcode | ||
- [ ] If full release, update to the new release branch {version}. | ||
- [ ] If full release, update site with the new release version (`release-version` in config.toml) to {version} | ||
- [ ] If full release, update documentation with updated example images tags | ||
- [ ] If full release, add link to previous version's documentation to nav dropdown | ||
- [ ] Copy the draft release content into a new `/site/content/en/blog/releases` content (this will be what you send via email). | ||
- [ ] Create PR with these changes, and merge them with approval | ||
- [ ] Confirm local git remote `upstream` points at `[email protected]:googleforgames/agones.git` | ||
- [ ] 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 release branch) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"version": "1.5.0-rc" | ||
"version": "1.5.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.