1505 - Inconsistent changelog behaviour when pushing git tags
What steps will reproduce the problem?
1. git tag -a -m "This is a lovely version, great for public release!" 1.0
2. git push --tags
What is the expected output? What do you see instead?
Expect both the changelog in the .zip and the one on the page offering that .zip file for download to have the same contents. However:
The zip file contains a changelog.txt as expected, containing the tag message.
The website however, shows "No changelog" on the page for that file.
At what time and date (year, month, day) did you get this bug? (Include your timezone)
As recently as the time of creating this ticket, 2009-06-17 07:38+0200
Please provide any additional information below.
Heard on IRC it used to work consistently. :)
- 1 comment
- 1 comment
Facts
- Last updated on
- 29 Aug 2011
- Reported on
- 17 Jun 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Reply
- #1
moird Fri, 19 Jun 2009 05:19:46I am also having this same problem. The site shows no changelog, neither does curse client yet there is a change log in the zip with the tag and commits from git.