aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/dev_release_patch_version.md
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-05-31 19:07:43 +0800
committerGitHub <noreply@github.com>2022-05-31 19:07:43 +0800
commit05cdf8616ba4e9a27a37c68bada31568d495f26a (patch)
tree8a8462e8483b6fa17d431e833d81d643644891d2 /.github/ISSUE_TEMPLATE/dev_release_patch_version.md
parentc0941f4631fd96fb81577cbd3d85ba5563f438dc (diff)
chore: update release issue templates (#6993)
[skip ci]
Diffstat (limited to '.github/ISSUE_TEMPLATE/dev_release_patch_version.md')
-rw-r--r--.github/ISSUE_TEMPLATE/dev_release_patch_version.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md
index 6101661c..01bab1c0 100644
--- a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md
+++ b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md
@@ -36,9 +36,9 @@ On the release branch:
- [ ] ARM: `linux_armv7.tar.gz`, `linux_armv7.zip`, `linux_armv8.tar.gz`, `linux_armv8.zip`
- [ ] Windows: `windows_amd64.zip`, `windows_amd64_mws.zip`
- [ ] [Generate SHA256 checksum](https://github.com/gogs/gogs/blob/main/docs/dev/release/sha256.sh) for all binaries to the file `checksum_sha256.txt`.
-- [ ] Upload all binaries to:
+- [ ] Upload all binaries and `checksum_sha256.txt` to:
- [ ] GitHub release
- - [ ] https://dl.gogs.io (also upload `checksum_sha256.txt`)
+ - [ ] https://dl.gogs.io
- [ ] Update content of [Install from binary](https://gogs.io/docs/installation/install_from_binary).
## After release