From 57967b6fac18bf7024bdfa3c3f9dbe25da5e36af Mon Sep 17 00:00:00 2001 From: Glib Briia Date: Sat, 22 Sep 2018 19:36:31 +0100 Subject: [PATCH] Remove cucumber-jvm specific section --- RELEASING.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 5ba33ba..3c2f584 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -46,22 +46,6 @@ mvn release:clean release:prepare -DautoVersionSubmodules=true -Darguments="-Dsk Travis will now deploy everything. Once travis is done go into [Nexus](https://oss.sonatype.org/) and inspect, close and release the staging repository. - -## Last bits ## - -Wait for the release to show up on maven central. Then update the dependency in example projects: - -* https://github.com/cucumber/cucumber-java-skeleton - -Update the cucumber-jvm version in the documentation project: - -* https://github.com/cucumber/docs.cucumber.io - -The cucumber-jvm version for the docs is specified in the docs [versions.yaml](https://github.com/cucumber/docs.cucumber.io/blob/master/data/versions.yaml) - -All done! Hurray! - - # Manual deployment # It is preferable to use the automated deployment process over the manual process.