-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RELEASING: fix link to travis (#468)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Releasing | ||
|
||
1. Wait until all running [Travis CI jobs](https://travis-ci.org/lightbend/paradox/builds) complete, if any. | ||
1. Wait until all running [Travis CI jobs](https://travis-ci.com/github/lightbend/paradox/builds) complete, if any. | ||
1. Publish the [draft release](https://github.com/lightbend/paradox/releases) with a 'v0.x.y' tag | ||
1. Travis CI will start a [CI build](https://travis-ci.org/lightbend/paradox/builds) for the new tag and publish artifacts to Bintray and Sonatype. | ||
1. Announce the new release in the [lightbend/paradox](https://gitter.im/lightbend/paradox) Gitter channel. |