diff options
author | Joe Chen <jc@unknwon.io> | 2022-03-19 17:10:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 17:10:00 +0800 |
commit | 0300f886025a2144909cb09abe13f6bb5e1f51e5 (patch) | |
tree | 619678cbfca8706c08a67d5ec0efe773bd12b30a | |
parent | f36eeedbf89328ee70cc3a2e239f6314f9021f58 (diff) |
docs: tweak release matters (#6860)
[skip ci]
-rw-r--r-- | .github/ISSUE_TEMPLATE/dev_release_patch_version.md | 4 | ||||
-rw-r--r-- | docs/dev/release/release_new_version.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md b/.github/ISSUE_TEMPLATE/dev_release_patch_version.md index 5774bac2..17bdaa7e 100644 --- a/.github/ISSUE_TEMPLATE/dev_release_patch_version.md +++ b/.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: - [ ] 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 diff --git a/docs/dev/release/release_new_version.md b/docs/dev/release/release_new_version.md index e3d7d936..90b21404 100644 --- a/docs/dev/release/release_new_version.md +++ b/docs/dev/release/release_new_version.md @@ -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 ``` |