From f431d90aa8e2a4bf589a3c5b83dbc9d109e5250a Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 16 Mar 2021 14:45:12 +0100 Subject: [PATCH] Release procedure: we don't use milestones anymore --- RELEASING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index caf5606..65d24c8 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -3,7 +3,6 @@ 1. Create a [new release](https://github.com/lightbend/genjavadoc/releases/new) with: * the next tag version (e.g. `v0.11`) * title and release description including notable changes - * link to the [milestone](https://github.com/lightbend/genjavadoc/milestones) showing an overview of closed issues for this release 2. This should push the artifacts from travis to sonatype, and then close and release the repository. ## Back-releasing for a new Scala version