From 4b9a50841531182ee7de2d137a8f44a2d47658d6 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein-Kousathana Date: Tue, 31 Dec 2019 14:35:48 -0500 Subject: [PATCH] Update release notes instructions to include location to custom configuration file --- Release-Process.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Release-Process.md b/Release-Process.md index ba96971..bcdd151 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -85,9 +85,12 @@ wget https://github.com/spring-io/github-release-notes-generator/releases/downlo java -jar github-release-notes-generator.jar \ --releasenotes.github.organization=spring-projects \ --releasenotes.github.repository=spring-security \ + --spring.config.location=scripts/release/release-notes-sections.yml \ $MILESTONE release-notes ``` -Note that `$MILESTONE` is something like `5.2.1` or `5.3.0.M1`. This will create a file on your filesystem called `release-notes`. +Note 1: `$MILESTONE` is something like `5.2.1` or `5.3.0.M1`. +Note 2: The location `scripts/release/release-notes-sections.yml` is relative to the `spring-security` repo. +Note 3: This will create a file on your filesystem called `release-notes`. - Copy the release notes to your clipboard (your mileage may vary with the following command) ```