Add RC tag support and fix version discovering
What does this MR do?
- Fixes version discovering in build process (was broken after !276 (merged))
- Adds support for building and releasing as
Bleeding Edge
thevX.Y.Z-RC.N
tags
Why was this MR needed?
- Is needed to properly do releases. 2. is needed to release RC packages (according to !176 (merged)).
Are there points in the code the reviewer needs to double check?
The except
and only
parts of release jobs in .gitlab-ci.yml
Does this MR meet the acceptance criteria?
-
CHANGELOG entry added -
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?
/cc @ayufan @nick.thomas