sbt / sbt/sbt-git

git.baseVersion is not bumping the next release version with sbt release

Open
#166 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.