diff --git a/README.md b/README.md index 2e24996..d14030e 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,7 @@ To add this project to sbt, use: ``` libraryDependencies += "com.typesafe.play" %% "cachecontrol" % -latest version- ``` + +## Releasing a new version + +See https://github.com/playframework/.github/blob/main/RELEASING.md diff --git a/RELEASING.md b/RELEASING.md deleted file mode 100644 index f512193..0000000 --- a/RELEASING.md +++ /dev/null @@ -1,16 +0,0 @@ -## Releasing - -This is released from the `main` branch from `2.0.1` forward. Unless an older version needs patching, then it must be released from the maintenance branch, for instance `2.0.x` branch. If there is no maintenance branch for the release that needs patching, create it from the tag. - -## Cutting the release - -### Requires contributor access - -- Check the [draft release notes](https://github.com/playframework/cachecontrol/releases) to see if everything is there -- Wait until [main build finished](https://travis-ci.com/github/playframework/cachecontrol/builds) after merging the last PR -- Update the [draft release](https://github.com/playframework/cachecontrol/releases) with the next tag version (eg. `2.2.0`), title and release description -- Check that Travis CI release build has executed successfully (Travis will start a [CI build](https://travis-ci.com/github/playframework/cachecontrol/builds) for the new tag and publish artifacts) - -### Check Maven Central - -- The artifacts will become visible at https://repo1.maven.org/maven2/com/typesafe/play/