Update contributing docs and the README for 1.3.1

This commit is contained in:
Havoc Pennington 2016-09-24 09:03:57 -04:00
parent 82e1b25f62
commit 3a701cdb6d
2 changed files with 7 additions and 6 deletions

View File

@ -31,7 +31,8 @@ Here are the steps, which should be automated but aren't (PR
welcome!): welcome!):
1. write release notes in NEWS.md following the format 1. write release notes in NEWS.md following the format
already in there. commit. already in there. update README with the new version.
Commit.
2. create a signed git tag "vX.Y.Z" 2. create a signed git tag "vX.Y.Z"
3. start sbt; `show version` should confirm that the version was 3. start sbt; `show version` should confirm that the version was
taken from the tag taken from the tag
@ -52,8 +53,8 @@ welcome!):
(latest/api should be mostly just changed timestamps) (latest/api should be mostly just changed timestamps)
14. push gh-pages 14. push gh-pages
15. log into sonatype website and go through the usual hoops 15. log into sonatype website and go through the usual hoops
(search for com.typesafe, verify the artifacts in it, close, (under Staging Repositories, search for com.typesafe, verify the
release) artifacts in it, close, release)
16. push the "vX.Y.Z" tag 16. push the "vX.Y.Z" tag
17. announce release, possibly wait for maven central to sync 17. announce release, possibly wait for maven central to sync
first first

View File

@ -106,12 +106,12 @@ You can find published releases on Maven Central.
<dependency> <dependency>
<groupId>com.typesafe</groupId> <groupId>com.typesafe</groupId>
<artifactId>config</artifactId> <artifactId>config</artifactId>
<version>1.3.0</version> <version>1.3.1</version>
</dependency> </dependency>
sbt dependency: sbt dependency:
libraryDependencies += "com.typesafe" % "config" % "1.3.0" libraryDependencies += "com.typesafe" % "config" % "1.3.1"
Link for direct download if you don't use a dependency manager: Link for direct download if you don't use a dependency manager:
@ -766,7 +766,7 @@ Currently the library is maintained against Java 8, but
version 1.2.1 and earlier will work with Java 6. version 1.2.1 and earlier will work with Java 6.
Please use 1.2.1 if you need Java 6 support, though some people Please use 1.2.1 if you need Java 6 support, though some people
have expressed interest in a branch off of 1.3.0 supporting have expressed interest in a branch off of 1.3.x supporting
Java 7. If you want to work on that branch you might bring it up Java 7. If you want to work on that branch you might bring it up
on [chat](https://gitter.im/typesafehub/config). We can release a on [chat](https://gitter.im/typesafehub/config). We can release a
jar for Java 7 if someone(s) steps up to maintain the branch. The jar for Java 7 if someone(s) steps up to maintain the branch. The