diff --git a/.github/ISSUE_TEMPLATE/dev_release_minor_version.md b/.github/ISSUE_TEMPLATE/dev_release_minor_version.md index 3f118f084..66ee1df62 100644 --- a/.github/ISSUE_TEMPLATE/dev_release_minor_version.md +++ b/.github/ISSUE_TEMPLATE/dev_release_minor_version.md @@ -1,6 +1,7 @@ --- name: "Dev: Release a minor version" about: ONLY USED BY MAINTAINERS. +assignees: "unknwon" title: "Release [VERSION]" labels: 📸 release --- @@ -13,7 +14,7 @@ On the `main` branch: - [ ] Close stale issues with the label [status: needs feedback](https://github.com/gogs/gogs/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+needs+feedback%22). - [ ] [Sync locales from Crowdin](https://github.com/gogs/gogs/blob/main/docs/dev/import_locale.md). -- [ ] [Update CHANGELOG](https://github.com/gogs/gogs/commit/540134d4436d8da82247dd2cabe9312ca2f5b1f1) to include entries for the current minor release. +- [ ] [Update CHANGELOG](https://github.com/gogs/gogs/commit/f1102a7a7c545ec221d2906f02fa19170d96f96d) to include entries for the current minor release. - [ ] Cut a new release branch `release/.`, e.g. `release/0.12`. ## During release diff --git a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md index b375b72d8..7341b8d53 100644 --- a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md +++ b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md @@ -1,6 +1,7 @@ --- name: "Dev: Release a patch version" about: ONLY USED BY MAINTAINERS. +assignees: "unknwon" title: "Release [VERSION]" labels: 📸 release --- @@ -13,7 +14,7 @@ On the release branch: - [ ] Make sure all commits are cherry-picked from the `main` branch by checking the patch milestone. - Run `task build` for every cherry-picked commit to make sure there is no compilation error. -- [ ] [Update CHANGELOG on the `main` branch](https://github.com/gogs/gogs/commit/e6c5633f580399c8f4dfc07166a63a01c6c70346) to include entries for the current patch release. +- [ ] [Update CHANGELOG on the `main` branch](https://github.com/gogs/gogs/commit/f1102a7a7c545ec221d2906f02fa19170d96f96d) to include entries for the current patch release. ## During release