Răsfoiți Sursa

docs: tweak release matters (#6860)

[skip ci]
Joe Chen 3 ani în urmă
părinte
comite
0300f88602

+ 2 - 2
.github/ISSUE_TEMPLATE/dev_release_patch_version.md

@@ -12,8 +12,8 @@ _This is generated from the [patch release template](https://github.com/gogs/gog
 On the release branch:
 On the release branch:
 
 
 - [ ] Make sure all commits are cherry-picked from the `main` branch by checking the patch milestone.
 - [ ] Make sure all commits are cherry-picked from the `main` branch by checking the patch milestone.
-- [ ] Run `git log v0.12.1...HEAD --pretty=format:'- [ ] %H %s' --reverse` (where `v0.12.1` is the last patch release) to get the list of new commits and paste the output below:
-	- [ ] _link to the commit_
+- [ ] Run `git log v0.12.1...HEAD --pretty=format:'- %H %s' --reverse` (where `v0.12.1` is the last patch release) to get the list of new commits and paste the output below:
+	- _link to the commit_
 - [ ] [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/e6c5633f580399c8f4dfc07166a63a01c6c70346) to include entries for the current patch release.
 
 
 ## During release
 ## During release

+ 1 - 1
docs/dev/release/release_new_version.md

@@ -77,5 +77,5 @@ All commands are starting at the repository root.
 - Windows:
 - Windows:
 	```sh
 	```sh
 	$ TAGS=cert task release
 	$ TAGS=cert task release
-	$ TAGS="cert minwinsvc" task release
+	$ TAGS="cert minwinsvc" task release --force
 	```
 	```