update release process notes
This commit is contained in:
parent
74b645217f
commit
877615f3b3
2 changed files with 9 additions and 4 deletions
6
PUBLISHING.md
Normal file
6
PUBLISHING.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
To publish to the Central Repository, first make sure that `~/.m2/settings.xml`
|
||||||
|
has your SonaType credentials, then do:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ mvn -pl runtime clean deploy -P release
|
||||||
|
```
|
|
@ -1,10 +1,9 @@
|
||||||
How to release
|
How to release
|
||||||
==============
|
==============
|
||||||
|
|
||||||
* Increment the version number in `project/build.scala`.
|
* Make sure that `~/.m2/settings.xml` has your Sonatype credentials.
|
||||||
* `sbt publishSigned`
|
* Increment the version number in the various pom.xml files.
|
||||||
* Go to https://oss.sonatype.org/#stagingRepositories and follow
|
* `mvn -pl runtime clean deploy -P release`
|
||||||
[these instructions](http://central.sonatype.org/pages/releasing-the-deployment.html).
|
|
||||||
* The package should be available within ten minutes,
|
* The package should be available within ten minutes,
|
||||||
but [it might take up to two hours](https://issues.sonatype.org/browse/OSSRH-13527?focusedCommentId=338745&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-338745) for it
|
but [it might take up to two hours](https://issues.sonatype.org/browse/OSSRH-13527?focusedCommentId=338745&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-338745) for it
|
||||||
to become available at https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.capnproto%22
|
to become available at https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.capnproto%22
|
||||||
|
|
Loading…
Reference in a new issue