name: Dev: Release a minor version about: ONLY USED BY MAINTAINERS. title: "Release [VERSION]"
On the main
branch:
release/<MAJOR>.<MINOR>
, e.g. release/0.12
.On the release branch:
0.12.0+dev
-> 0.12.0
.<MAJOR>.<MINOR>
, e.g. 0.12
to both Docker Hub and GitHub Container registry.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
)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.