From 4e3bf27fe26312369b5bd0c60f225e39cdaead93 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Sun, 8 Jun 2025 21:30:40 -0400 Subject: [PATCH] chore: update dev_release_patch_version.md [skip ci] --- .github/ISSUE_TEMPLATE/dev_release_patch_version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md index 05ed39cda..8afff74b6 100644 --- a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md +++ b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md @@ -48,7 +48,6 @@ 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. @@ -57,3 +56,4 @@ On the `main` branch: - [ ] 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 patch release. - [ ] Close the patch milestone. +- [ ] **After 14 days**, publish [GitHub security advisories](https://github.com/gogs/gogs/security) for security patches included in the release.