Browse Source

Fix release instructions for generating changelog

pull/10348/head
Eleftheria Stein 4 years ago
parent
commit
bd703ff4ac
  1. 2
      RELEASE.adoc

2
RELEASE.adoc

@ -143,7 +143,7 @@ Generate the Release Notes replacing: @@ -143,7 +143,7 @@ Generate the Release Notes replacing:
* <next-version> - Replace with the milestone you are releasing now (i.e. 5.5.0-RC1)
----
$ ./gradlew generateChangelog -P<next-version>
$ ./gradlew generateChangelog -PnextVersion=<next-version>
----
* Copy the release notes to your clipboard (your mileage may vary with

Loading…
Cancel
Save