diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-10-07 22:29:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 22:29:15 +0800 |
commit | e44ac3c20a670cadb081a5a5ef0ee26a78b7531e (patch) | |
tree | ca7127bff661dae7338b3e7da9010923d89195a8 /docs | |
parent | 2eaf1d693ae08c0312dd1f977f81675f418f3770 (diff) |
docs: update patch release issue template
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/release/issue_template_patch_release.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/dev/release/issue_template_patch_release.md b/docs/dev/release/issue_template_patch_release.md index ee2ca896..76675d84 100644 --- a/docs/dev/release/issue_template_patch_release.md +++ b/docs/dev/release/issue_template_patch_release.md @@ -3,7 +3,7 @@ On release branch: - [ ] Make sure all commits are cherry-picked from the develop branch by checking the patch milestone. -- [ ] Update [CHANGELOG](https://github.com/gogs/gogs/blob/main/CHANGELOG.md) to include entries for the current patch release, `git log v0.12.1...HEAD --pretty=format:'- [ ] %H %s' --reverse`: +- [ ] Update [CHANGELOG](https://github.com/gogs/gogs/blob/main/CHANGELOG.md) to include entries for the current patch release, e.g. `git log v0.12.1...HEAD --pretty=format:'- [ ] %H %s' --reverse`: - [ ] _link to the commit_ ## During release @@ -34,5 +34,9 @@ On release branch: On develop branch: +- [ ] Post the following message on issues that are included in the patch milestone. + ``` + The <MAJOR>.<MINOR>.<PATCH> has been released. + ``` - [ ] Update the repository mirror on [Gitee](https://gitee.com/unknwon/gogs). - [ ] Reply to the release topic for the minor release on [Gogs Discussion](https://discuss.gogs.io/c/announcements/5). |