-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
- Gitea version (or commit ref): 1.3.0
- Git version: 2.11
- Operating system: Linux amd64
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (https://try.gitea.io/test/test-3066/)
- No
- Not relevant
- Log gist: -
Description
When creating a release from an old tag, the description is not initialized correctly, as branch and number of commits since this release are missing. Commit hash is shown correctly.
The latest release yet shows correctly shows e.g. 5 commits to master since this release.
The fresh created older release always shows 0 commits to since this release (branch missing)
Reproduce:
- Go to "Releases" on a project wiht multiple unreleased tags
- Draft a new release
- Select branch. fill tag name and description and release
