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 44f19c0 commit b28e2faCopy full SHA for b28e2fa
1 file changed
build.sbt
@@ -28,7 +28,7 @@ addCommandAlias("ci-test-all", "+ci-test")
28
addCommandAlias("ci-test", ";clean;Test/compile;test;mimaReportBinaryIssues;package")
29
addCommandAlias("ci-doc", s";project root ;++$Scala3! ;clean ;unidoc")
30
addCommandAlias("ci", ";project root ;reload ;+ci-test ;ci-doc")
31
-addCommandAlias("ci-release", ";+publishSigned ;sonatypeUpload")
+addCommandAlias("ci-release", ";+publishSigned ;sonatypeBundleRelease")
32
addCommandAlias(
33
"ci-publish-local",
34
"+publishLocalSigned"
0 commit comments