Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document using the draft release #346

Merged
merged 1 commit into from
Aug 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

1. Check [closed issues without a milestone](https://github.com/lightbend/paradox/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20no%3Amilestone) and either assign them the upcoming release milestone or 'invalid'
1. Wait until all running [Travis CI jobs](https://travis-ci.org/lightbend/paradox/builds) complete, if any.
1. Create a [new release](https://github.com/lightbend/paradox/releases/new) with:
* the next tag version (e.g. `v0.4.3`)
* title and release description including notable changes
* link to the [milestone](https://github.com/lightbend/paradox/milestones) showing an overview of closed issues for this release
* overview of contributors generated by [`sbt-authors`](https://github.com/2m/authors) (eg. `sbt "authors v0.4.2 v0.4.3"`)
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. Close milestone on github and move any open issues to next milestone
1. Announce the new release in the [lightbend/paradox](https://gitter.im/lightbend/paradox) Gitter channel.