Bug 19284

Summary: Correct version numbering by adding missing zeros
Product: Project Infrastructure Reporter: Katrin Fischer <katrin.fischer>
Component: Release toolsAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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 :)