On bug 21662, there was a commit "Use commitdates over RM dates" stated: """ The manual maintanence of the history.txt file lead to some discrepancies in first commit dates for many contributors. After a discussion regarding the automation proccess (and with some of the contributors who would be most heavily affected) we decided to update the history file on mass to match the commite dates found in the repository." """ But we don't have all the epoch matching the commit dates. Also, the version must be \d{1,2}.\d{2}\.\d{2}: minor and release must be displayed on 2 chars
Created attachment 109853 [details] [review] Bug 26425: Add 2 chars for version This is a patch to catch with the correct format, and make the get_developers release-tools script works correctly
Created attachment 109854 [details] [review] Bug 26425: Update history.txt With the modifications brought by https://gitlab.com/koha-community/release-tools/-/issues/18
Created attachment 109887 [details] [review] Bug 26425: Manual changes Patches will be squashed when pushed. Here the changes are done manually, we add the missing 0 for the releases after 3.00.00 (with alpha, beta, etc) And we remove all the laters, that will added automatically by the release script
Created attachment 109888 [details] [review] Bug 26425: Update history.txt With the modifications brought by https://gitlab.com/koha-community/release-tools/-/issues/18 After the manual changes we can run the script with the 3 commits from the issue #18 of release-tools. * Add missing whitespace to align the dates * Add all the releases (from the tag list) after 3.00.00 There is no change in the developers numbering, neither in the wording.
Created attachment 110894 [details] [review] Bug 26425: Manual changes Patches will be squashed when pushed. Here the changes are done manually, we add the missing 0 for the releases after 3.00.00 (with alpha, beta, etc) And we remove all the laters, that will added automatically by the release script Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Created attachment 110895 [details] [review] Bug 26425: Update history.txt With the modifications brought by https://gitlab.com/koha-community/release-tools/-/issues/18 After the manual changes we can run the script with the 3 commits from the issue #18 of release-tools. * Add missing whitespace to align the dates * Add all the releases (from the tag list) after 3.00.00 There is no change in the developers numbering, neither in the wording. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Discussed and agreed on IRC.. I'm happy with these patches moving us to a more consistent state :) Signing off.
As basically a string patch, and having dug deeply into the history of the project myself a few times on route to this point.. I think we can safely call it a PQA too :)
Pushed to master for 20.11, thanks to everybody involved!
*** Bug 25442 has been marked as a duplicate of this bug. ***
enhancement will not be backported to 20.05.x