Skip to content

Set release version to version number not tag

The default release version label is the full git tag for the release commit.

As we are using a tag prefix (to limit release generation to specific tags, and to disambiguate releases on core and core.tests) this makes the release version display a string like "Tenduke.Core-v1.0.0" rather than "1.0.0".

This is fairly straightforward for a human being to parse and understand but is too long to display in the "latest release" badge on the project front page.

It would be better for the release version to be just the version number and the release number displayed on the front page to be legible.

Edited by Hamish Smith

Merge request reports