We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9081e9c commit 85ea264Copy full SHA for 85ea264
README.md
@@ -4,8 +4,9 @@ This is an sbt plugin for building Scala modules (scala-xml,
4
scala-parser-combinators, and so on).
5
6
The major benefit of the plugin is to provide automated tag-based
7
-publishing via Sonatype. Releasing only requires pushing a tag
8
-to GitHub, then Travis does the rest.
+publishing. A release is made by pushing a tag to GitHub. Travis
+then stages artifacts on Sonatype. Pressing "Close" and "Release" in
9
+the Sonatype web UI will then send the artifacts to Maven Central.
10
11
## Usage
12
0 commit comments