Skip to content

Commit 260aaf0

Browse files
committed
🧪 test: update sbt-release plugin
1 parent 8a7c49c commit 260aaf0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- test: Fix test workflow to use `sbt/setup-sbt` action
1313
- test: Replace deprecated `::set-output`
14+
- test: Update sbt-release plugin
1415

1516
## [v1.0.1]
1617

‎test/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ releaseProcess := Seq[ReleaseStep](
5656
inquireVersions,
5757
runClean,
5858
runTest,
59-
setReleaseVersion,
59+
// setReleaseVersion,
6060
// commitReleaseVersion,
6161
// tagRelease,
6262
releaseStepCommandAndRemaining("publishSigned"),

‎test/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
33

44
// Release
5-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
5+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
66

77
// Publishing
88
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)