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.
2 parents 2e4008e + 98c77f3 commit dbe7ff5Copy full SHA for dbe7ff5
plugin/src/main/scala/com/geirsson/CiReleasePlugin.scala
@@ -142,7 +142,8 @@ object CiReleasePlugin extends AutoPlugin {
142
case Some(cmd) => cmd
143
case None => backPubVersionToCommand(v)
144
}
145
- }
+ },
146
+ version ~= dropBackPubCommand
147
)
148
149
override lazy val globalSettings: Seq[Def.Setting[_]] = List(
@@ -218,7 +219,7 @@ object CiReleasePlugin extends AutoPlugin {
218
219
220
221
override lazy val projectSettings: Seq[Def.Setting[_]] = List(
- version ~= dropBackPubCommand,
222
+ version := (ThisBuild / version).value,
223
publishConfiguration :=
224
publishConfiguration.value.withOverwrite(true),
225
publishLocalConfiguration :=
0 commit comments