Skip to content

Commit 425fabc

Browse files
raboofennru
authored andcommitted
Simplify release procedure (#97)
1 parent 8474df5 commit 425fabc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

RELEASING.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Releasing
22

3-
1. Check [closed issues without a milestone](https://github.com/lightbend/sbt-paradox-apidoc/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20no%3Amilestone) and either assign them the upcoming release milestone or 'invalid'
4-
1. Create a [new release](https://github.com/lightbend/sbt-paradox-apidoc/releases/new) with:
5-
* the next tag version (e.g. `v0.2`)
6-
* title and release description including notable changes
7-
* link to the [milestone](https://github.com/lightbend/sbt-paradox-apidoc/milestones) showing an overview of closed issues for this release
8-
* overview of contributors generated by [`sbt-authors`](https://github.com/2m/authors) (eg. `sbt authors v0.1 v0.2`)
3+
1. Wait until all running [Travis CI jobs](https://travis-ci.org/lightbend/sbt-paradox-apidoc/builds) complete, if any.
4+
1. Fix up the [draft release](https://github.com/lightbend/sbt-paradox-apidoc/releases) created by the release drafter and set the next tag version (e.g. `v0.2`)
95
1. Travis CI will start a [CI build](https://travis-ci.org/lightbend/sbt-paradox-apidoc/builds) for the new tag and publish artifacts to Bintray.
10-
1. Close the milestone for this release and start a new one.

0 commit comments

Comments
 (0)