Versioning guidelines
EditSemVer
All artifacts are released following the semver v2.0.0, please refer to the online documentation.
Forked application
For a forked app we use the metadata field on the top of the tag where we forked. With this pattern <forked tag>+murena.YYYYMMDD where YYYY is the year, MM the month and DD the day.
Example:
- we forked an app from tag
v1.2.3 - murena adds some patches
- murena tags the new version like that
v1.2.3+murena.20250822 - murena tags the a pre-release version like that
v1.2.3+murena.20250822.beta.1
Warning: Docker tag does not support plus so let replace by an underscore
v1.2.3_murena.20250822 but keep the semver format for git an other reference.