We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bf54be + 2b0f4fa commit 2e4008eCopy full SHA for 2e4008e
plugin/src/main/scala/com/geirsson/CiReleasePlugin.scala
@@ -142,8 +142,7 @@ 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(
@@ -219,6 +218,7 @@ object CiReleasePlugin extends AutoPlugin {
219
218
220
221
override lazy val projectSettings: Seq[Def.Setting[_]] = List(
+ version ~= dropBackPubCommand,
222
publishConfiguration :=
223
publishConfiguration.value.withOverwrite(true),
224
publishLocalConfiguration :=
0 commit comments