Bug 19284 - Correct version numbering by adding missing zeros
Summary: Correct version numbering by adding missing zeros
Status: CLOSED FIXED
Alias: None
Product: Project Infrastructure
Classification: Unclassified
Component: Release tools (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Jonathan Druart
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-09 15:44 UTC by Katrin Fischer
Modified: 2018-06-04 20:10 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2017-09-09 15:44:03 UTC
The release notes will generate the versions as 

- 16.11.1
- 16.11.2
...

Release maintainers have fixed those manually, but it would be nice if the release notes generated them correctly according to our used schema as:

- 16.11.01
- 16.11.02
...
Comment 1 Jonathan Druart 2017-10-30 19:32:52 UTC
commit 1c179cdd01e323124c83155724376ab5a04357e2
  Bug 19284: Correct version numbering by adding missing zeros

Tested with master:

1c1
< # RELEASE NOTES FOR KOHA 17.06.00
---
> # RELEASE NOTES FOR KOHA 17.6.0
11c11
< Koha 17.06.00 can be downloaded from:
---
> Koha 17.6.0 can be downloaded from:
20c20
< Koha 17.06.00 is a major release, that comes with many new features.
---
> Koha 17.6.0 is a major release, that comes with many new features.
872c872
< The release team for Koha 17.06.00 is
---
> The release team for Koha 17.6.0 is
904c904
< new features in Koha 17.06.00:
---
> new features in Koha 17.6.0:
915c915
< We thank the following individuals who contributed patches to Koha 17.06.00.
---
> We thank the following individuals who contributed patches to Koha 17.6.0.
973c973
< patches to Koha 17.06.00
---
> patches to Koha 17.6.0
Comment 2 Katrin Fischer 2017-11-01 11:14:00 UTC
+1 :)