Skip to content

Commit

Permalink
Changing usage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflav23 committed Oct 24, 2019
1 parent d0f5cd3 commit c7a7594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Publishing.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ object Publishing {
docsFolder
).getOrElse("Docs folder [%s] is outside of this VCS repository with base directory [%s]!" format(docsFolder, base))


vcs(st).add(relativePath) !! st.log
vcs(st).add(relativeDocsPath) !! st.log
val status = (vcs(st).status !!) trim
Expand Down Expand Up @@ -86,7 +85,7 @@ object Publishing {
setReleaseVersion,
commitReleaseVersion,
tagRelease,
releaseStepCommandAndRemaining("such publishSigned"),
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommandAndRemaining("sonatypeReleaseAll"),
setNextVersion,
commitNextVersion,
Expand Down

0 comments on commit c7a7594

Please sign in to comment.