Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add major and minor release versions in repo variables #16

Merged
merged 2 commits into from Mar 12, 2024
Merged

Conversation

keto
Copy link
Member

@keto keto commented Mar 12, 2024

Allows using %(releaseMajor), %(releaseMinor), and %(releaseMajorMinor) in the repository URL, which, for example, with release 4.6.0.x will be interpolated to 4, 6, and 4.6 respectively.

For release version X.Y.Z.N adds repo variables releaseMajor = X,
releaseMinor = Y, and releaseMajorMinor = X.Y. If release is something
like "latest", without ".", then releaseMinor is empty.

This allows having repository URLs independent of the patch or bugfix
releases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants