Closed
Description
Feature Description
Gitea has first time bug fix builds/releases by
- https://dl.gitea.com/gitea/1.19/
- docker: gitea:1.19-dev
They both contain the latest bug fixes for next unreleased 1.19.x version.
For example, suppose the current latest release is 1.19.0 , the next planned release is 1.19.1 , these builds above contain all bug fixes for 1.19.1 until 1.19.1 gets released.
It would greatly help users who are affected by bugs. I guess not everyone knows this trick.
And, the directory naming is confusing. I guess the name should be:
.../gitea/1.19-dev/
to match docker gitea:1.19-dev.../1.19/
to match docker gitea:1.19
Update: maybe 1.19-nightly
is a better name for docker image and binary downloads