Skip to content

adds support for tags > 9.9.9

What does this MR do?

adds support to scripts/prepare-changelog-entries.rb for tags > 9.9.9

Why was this MR needed?

It is a fix for #2819 (closed) as the current version is 10.x.x

Are there points in the code the reviewer needs to double check?

This change only supports tags xx.y.z, where y and z can be maximum 9. This behaviour hasn't changed, and I didn't provide a fix for tags like 10.21.z

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • [_] All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Closes #2819 (closed)

Edited by Alessio Caiazza

Merge request reports