From 9f3357e0aa1a09d2304f5a2b90603b0dcd19c3ed Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Thu, 8 Mar 2018 17:24:52 +0100 Subject: [PATCH] =pro Publish for 2.12.x and 2.11.x in parallel with travis This will ignore whatever Scala versions are defined in our sbt build. --- .travis.yml | 2 +- RELEASING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index baf7034f305..b631bcd67bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ script: deploy: provider: script script: - - sbt -J-XX:ReservedCodeCacheSize=256m +publish + - sbt -J-XX:ReservedCodeCacheSize=256m ++$TRAVIS_SCALA_VERSION publish # - sbt -J-XX:ReservedCodeCacheSize=256m +publish akka-http/bintraySyncMavenCentral # enable if we want to sync to central automatically on: tags: true diff --git a/RELEASING.md b/RELEASING.md index 1859b1e53da..5b5ee3b9642 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -7,7 +7,7 @@ 1. Create a news item on https://github.com/akka/akka.github.com, using the milestones and `scripts/authors.scala previousVersion thisVersion` 1. Once the release notes have been merged, create a [new release](https://github.com/akka/akka-http/releases/new) with the next tag version (e.g. `v13.3.7`), title and release description linking to announcement, release notes and milestone. 1. Travis CI will start a [CI build](https://travis-ci.org/akka/akka-http/builds) for the new tag and publish artifacts to Bintray. -1. Checkout the newly created tag and run `sbt -Dakka.genjavadoc.enabled=true "++2.12.2 deployRsync akkarepo@gustav.akka.io"` to deploy API and reference documentation. +1. Checkout the newly created tag and run `sbt -Dakka.genjavadoc.enabled=true "++2.12.4 deployRsync akkarepo@gustav.akka.io"` to deploy API and reference documentation. 1. Go to https://bintray.com/akka/maven/com.typesafe.akka:akka-http_2.11 and select the just released version 1. Go to the Maven Central tab and sync with Sonatype - (Optional, should happen automatically if selected in Bintray) Log in to Sonatype to Close the staging repository