issues
search
go-gitea
/
gitea
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.24k
stars
5.5k
forks
source link
Release: Publish Gitea 1.23.0-rc1
#32519
Open
lunny
opened
1 week ago
lunny
commented
1 week ago
1.23.0-rc1
[ ] Prepare a new changelog (there are a lot of new changes) and update CHANGELOG.md
[ ] Create a new milestone of 1.23.0-rc2
[ ] Create a new branch
release/v1.23
[ ] Close milestone of
1.23
[ ] Release 1.23.0-rc1 from release/v1.23 branch
[ ] Generate changelog_1.23.0-rc1.md from merged CHANGELOG.md
[ ] Tag 1.23.0-rc1 with
git tag -s -f changelog_1.23.0-rc1.md v1.23.0-rc1
and Push to Github
[ ] Wait for the release created and check whether the release artifacts generated
[ ] Check whether Github release attachments are generated and normal
[ ] Check whether the binaries generated under
https://dl.gitea.com/gitea/1.23.0-rc1/
and normal
[ ] Check whether docker images are generated
https://hub.docker.com/r/gitea/gitea/tags?page=&page_size=&ordering=&name=1.23
[ ] If the release does work then make it out of draft so that it's public for everyone.
[ ] Announce the 1.23.0-rc1 release.
1.23.0-rc1
release/v1.23
1.23
git tag -s -f changelog_1.23.0-rc1.md v1.23.0-rc1
and Push to Github