sbt-git icon indicating copy to clipboard operation
sbt-git copied to clipboard

A git plugin for sbt

Results 46 sbt-git issues
Sort by recently updated
recently updated
newest added

In cases where there are 2 or more tags on the same commit, and semver is also used, the previous version fell with an error, because it did a split...

## About this PR 📦 Updates [org.eclipse.jgit:org.eclipse.jgit](https://git.eclipse.org/r/plugins/gitiles/jgit/jgit) from `5.13.1.202206130422-r` to `5.13.3.202401111512-r` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

Steps to reproduce: ```console $ (~) > mkdir sbt-git-test && cd sbt-git-test $ (~/sbt-git-test ) > git init Initialized empty Git repository in ~/junk/.git/ $ (~/sbt-git-test ) > mkdir project...

Currently, upgrading JGit to version 6 is blocked because we still support Java 8 and they already require Java 11. We should probably stick with Java 8 as long as...

In monorepos (in this example [guardrail](https://github.com/guardrail-dev/guardrail)), the same ref will occasionally have multiple tags. Relying on `git describe` without `--match` could resolve the wrong tag for different modules. Unfortunately JGit...

We have a Play application that has been using sbt-git for a pretty long time. We are using this configuration: ``` ThisBuild / git.baseVersion := "0.0.0" ThisBuild / git.useGitDescribe :=...

## About this PR 📦 Updates [com.github.sbt:sbt-ci-release](https://github.com/sbt/sbt-ci-release) from `1.5.10` to `1.5.12` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-ci-release/releases/tag/v1.5.12) - [Version Diff](https://github.com/sbt/sbt-ci-release/compare/v1.5.10...v1.5.12) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

using version 2.0.1, sbt shell return the wrong value for the version setting key. We had to rollback to sbt-git version 2.0.0. Steps to reproduce: - Clone [this GitHub Project](https://github.com/starlake-ai/starlake)...

In case of multiple tags on HEAD, if any of them is labeled, then a NumberFormatException is thrown and project can't be loaded. For example, let's say I have `v1.0.0`...

Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from 1.7.0 to 1.7.3. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.7.0...v1.7.3) I'll automatically update this PR to resolve conflicts as long as you don't change it...