Skip to content

Append a suffix when incrementing a backported version

Andrej Shadura requested to merge fix-version-increment into apertis/v2023dev1

A simple increment turns ~v2022 into ~v2023, which while sorting after ~v2022, makes no sense. Instead of blindly incrementing this suffix, append another one, +1, to ensure the per-release versioning works.

Merge request reports