This is an automated email from the ASF dual-hosted git repository.

milamber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 820410c  Get focus on the RC Number in word and the description of the 
release
820410c is described below

commit 820410cda0ac72823b3fd9663a80e04cad08fa9a
Author: Milamber <[email protected]>
AuthorDate: Fri Nov 15 16:41:24 2019 +0100

    Get focus on the RC Number in word and the description of the release
---
 src/release/build.gradle.kts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/release/build.gradle.kts b/src/release/build.gradle.kts
index fa87a02..2c89e97 100644
--- a/src/release/build.gradle.kts
+++ b/src/release/build.gradle.kts
@@ -26,10 +26,10 @@ rootProject.configure<ReleaseExtension> {
 val String.prop: String? get() = System.getProperty(this)
 
 fun ReleaseParams.voteTextGen(): String = """
-The first release candidate for JMeter $version ($shortGitSha) has been
+The [RC NUMBER] release candidate for JMeter $version ($shortGitSha) has been
 prepared, and your votes are solicited.
 
-This release is mainly a bugfix
+This release... TO BE COMPLETED
 
 Please, test this release candidate (with load tests and/or functional
 tests) using Java 8+ on Linux/Windows/macOS, especially on the changes.

Reply via email to