We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acf1fb commit 970241eCopy full SHA for 970241e
build.sbt
@@ -22,6 +22,7 @@ inThisBuild(
22
"scm:git:git@github.com:stringbean/scalafix-rules.git")),
23
semanticdbEnabled := true,
24
semanticdbVersion := scalafixSemanticdb.revision,
25
+ versionScheme := Some("semver-spec"),
26
),
27
)
28
@@ -119,9 +120,9 @@ lazy val tests = projectMatrix
119
120
121
import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations.*
122
-releasePublishArtifactsAction := PgpKeys.publishSigned.value
123
+ThisBuild / releasePublishArtifactsAction := PgpKeys.publishSigned.value
124
-releaseProcess := Seq[ReleaseStep](
125
+ThisBuild / releaseProcess := Seq[ReleaseStep](
126
checkSnapshotDependencies,
127
inquireVersions,
128
runClean,
0 commit comments