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

make behaviour configurable so that previousStableVersion can ignore M0/RC0 versions #283

Open
pjfanning opened this issue Jan 27, 2024 · 0 comments

Comments

@pjfanning
Copy link

  • sbt-dynver derives previousStableVersion (by default) from git tags (tags starting with v)
  • it would be nice to make this optionally configurable so that users could set it up so that only v1.2.3 style tags are considered
  • tags like v1.2.3-M0 and v1.2.3-RC0 could be ignored

dynverGitPreviousStableVersion := dynverInstance.value.getGitPreviousStableTag,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant