git.baseVersion is not bumping the next release version with sbt release
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 355
- Forks
- 104
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 4
Description
i have tags:
v0.01
...
v.0.0.45
Now I need to bump release versions to 0.1.0
I set git.baseVersion = "0.1.0"
sbt and sbt-release continues to bump the last tag version instead.
Expected next version to be 0.1.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the release with the existing tags and git.baseVersion = "0.1.0" using sbt and sbt-release. Start by tracing how the plugin determines the next version from tags and the configured base version; done means the next release resolves to 0.1.0 rather than continuing from the latest tag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, scala
- Domain
- build-system, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100