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

Tag prefix should be customizable #139

Closed
JavierSegoviaCordoba opened this issue Nov 27, 2022 · 0 comments · Fixed by #140
Closed

Tag prefix should be customizable #139

JavierSegoviaCordoba opened this issue Nov 27, 2022 · 0 comments · Fixed by #140
Labels
bug Something isn't working
Milestone

Comments

@JavierSegoviaCordoba
Copy link
Contributor

JavierSegoviaCordoba commented Nov 27, 2022

Describe the bug
Currently, the plugin has hard coded the v when comparing version tags, which is not correct as the prefix can be custom.

previousVersion == null -> "/commits/v$currentVersion"
else -> "/compare/v$previousVersion...v$currentVersion"

Expected behavior
Allow setting the prefix via versionPrefix property in order to set the comparison.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants