docs: tweak release matters (#6860)

[skip ci]
pull/6864/head
Joe Chen 2022-03-19 17:10:00 +08:00 committed by GitHub
parent f36eeedbf8
commit 0300f88602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ _This is generated from the [patch release template](https://github.com/gogs/gog
On the release branch:
- [ ] 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.
## During release

View File

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