We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref sbt/sbt-ci-release#102 (comment)
$ git tag v1.4.0-M2#something $ sbt .... sbt:IO Root> version [info] io / version [info] 1.4.0-M2#something [info] version [info] 1.4.0-M2#something
version is set to 1.4.0-M2#something.
1.4.0-M2#something
I'd like the version to be set to 1.4.0-M2 removing # and subsequent letters.
1.4.0-M2
#
The text was updated successfully, but these errors were encountered:
Here's how you can post-process the string, to customize the resulting version: https://github.com/dwijnand/sbt-dynver#custom-version-string.
Sorry, something went wrong.
No branches or pull requests
Ref sbt/sbt-ci-release#102 (comment)
steps
problem
version is set to
1.4.0-M2#something
.expectation
I'd like the version to be set to
1.4.0-M2
removing#
and subsequent letters.The text was updated successfully, but these errors were encountered: