Skip to content

Commit

Permalink
Ensure whitesource reports for stable versions (akka#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Dec 11, 2017
2 parents c646578 + 7d9db28 commit 4bd1fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ deploy:
provider: script
skip_cleanup: true
script:
- sbt 'set credentials += Credentials("whitesource", "whitesourcesoftware.com", "", System.getenv("WHITESOURCE_KEY"))' whitesourceCheckPolicies whitesourceUpdate
- sbt -J-XX:ReservedCodeCacheSize=128m ++$TRAVIS_SCALA_VERSION publish && curl -I https://ci.lightbend.com/job/techhub-publisher/build?token=$TECH_HUB_TOKEN
on:
tags: true
Expand Down
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Releasing

1. Ask someone in the Akka team to rename the 'alpakka-xx-stable' report in [WhiteSource](https://saas.whitesourcesoftware.com) to reflect the latest version (unfortunately this requires permissions that cannot be shared in a granular way)
1. Check [closed issues without a milestone](https://github.com/akka/alpakka/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20no%3Amilestone) and either assign them the 'upcoming' release milestone or 'invalid'
1. Create a [new release](https://github.com/akka/alpakka/releases/new) with:
* the next tag version (e.g. `v0.3`)
Expand Down

0 comments on commit 4bd1fc4

Please sign in to comment.