name: "Dev: Release a minor version" about: ONLY USED BY MAINTAINERS. title: "Release [VERSION]"
_This is generated from the minor release template._
On the main
branch:
release/<MAJOR>.<MINOR>
, e.g. release/0.12
.On the release branch:
0.12.0+dev
-> 0.12.0
.v0.12.0-rc.1
, v0.12.0-rc.2
) to ensure Docker workflow succeeds. Make sure the tag is created on the release branch.
<MAJOR>.<MINOR>
to both Docker Hub and GitHub Container registry, e.g.:gogs_<MAJOR>.<MINOR>.<PATCH>_
, e.g. gogs_0.12.0_
):
darwin_amd64.zip
, darwin_arm64.zip
linux_386.tar.gz
, linux_386.zip
, linux_amd64.tar.gz
, linux_amd64.zip
linux_armv7.tar.gz
, linux_armv7.zip
, linux_armv8.tar.gz
, linux_armv8.zip
windows_amd64.zip
, windows_amd64_mws.zip
checksum_sha256.txt
.checksum_sha256.txt
to:
On the main
branch:
0.12.0+dev
-> 0.13.0+dev
.task legacy
to identify deprecated code that is aimed to be removed in current develop version.