From f7802b9227f1b6cc2df816c738fa0063fb24d37a Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Thu, 5 May 2022 15:57:50 +0800 Subject: release: add step to publish GitHub security advisory (#6929) --- .github/ISSUE_TEMPLATE/dev_release_minor_version.md | 1 + .github/ISSUE_TEMPLATE/dev_release_patch_version.md | 1 + 2 files changed, 2 insertions(+) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/dev_release_minor_version.md b/.github/ISSUE_TEMPLATE/dev_release_minor_version.md index c795cdfb..fbee276e 100644 --- a/.github/ISSUE_TEMPLATE/dev_release_minor_version.md +++ b/.github/ISSUE_TEMPLATE/dev_release_minor_version.md @@ -43,6 +43,7 @@ On the release branch: On the `main` branch: +- [ ] Publish [GitHub security advisories](https://github.com/gogs/gogs/security) for security patches included in the release. - [ ] Update the repository mirror on [Gitee](https://gitee.com/unknwon/gogs). - [ ] Create a new release announcement in [Discussions](https://github.com/gogs/gogs/discussions/categories/announcements). - [ ] Send a tweet on the [official Twitter account](https://twitter.com/GogsHQ) for the minor release. diff --git a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md index 17bdaa7e..05658c51 100644 --- a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md +++ b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md @@ -47,6 +47,7 @@ On the release branch: On the `main` branch: +- [ ] Publish [GitHub security advisories](https://github.com/gogs/gogs/security) for security patches included in the release. - [ ] Post the following message on issues that are included in the patch milestone: ``` The .. has been released that includes the patch of the reported issue. -- cgit v1.2.3