Browse Source

docs: update patch release issue template

ᴜɴᴋɴᴡᴏɴ 4 years ago
parent
commit
e44ac3c20a
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/dev/release/issue_template_patch_release.md

+ 5 - 1
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).