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 d0f5cd3 commit c7a7594Copy full SHA for c7a7594
project/Publishing.scala
@@ -58,7 +58,6 @@ object Publishing {
58
docsFolder
59
).getOrElse("Docs folder [%s] is outside of this VCS repository with base directory [%s]!" format(docsFolder, base))
60
61
-
62
vcs(st).add(relativePath) !! st.log
63
vcs(st).add(relativeDocsPath) !! st.log
64
val status = (vcs(st).status !!) trim
@@ -86,7 +85,7 @@ object Publishing {
86
85
setReleaseVersion,
87
commitReleaseVersion,
88
tagRelease,
89
- releaseStepCommandAndRemaining("such publishSigned"),
+ releaseStepCommandAndRemaining("+publishSigned"),
90
releaseStepCommandAndRemaining("sonatypeReleaseAll"),
91
setNextVersion,
92
commitNextVersion,
0 commit comments