gitea: Tags missing on master since v1.1.0
I noticed that since v1.1.0, release tags are no longer picked up by git describe
(and in turn show wrong in the interface footer). For example, from the current GitHub master:
$ git clone git@github.com:go-gitea/gitea.git .
$ git describe --tags
v1.1.0-894-g1687aa59
What’s weird is that the missing tags do show on git tag
:
$ git tag | tail -1
v1.3.2
Anyone know what’s up?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (14 by maintainers)
Yes, that why I suggest 1.X.0-dev to show that it is a dev version as better alternative.
Tagging master branch for 1.x.0 version would mean that it would be frozen for 2-3 weeks more after rc1 for new features while we get out stable version
Tag before branch would definitely work as the tag is also visible on the branch, see below example workflow: