You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2019/11/15 16:10:18 UTC

[jmeter] branch master updated: Get focus on the RC Number in word and the description of the release

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 <mi...@apache.org>
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.


Re: [jmeter] branch master updated: Get focus on the RC Number in word and the description of the release

Posted by Milamber <mi...@apache.org>.

On 15/11/2019 17:30, Vladimir Sitnikov wrote:
>> +The [RC NUMBER] release candidate
> What do you mean by [RC NUMBER] ?

the word :
rc1 => first
rc2 => second
rc3 => third
etc.

> Could you just use $rc variable instead ?
>
> Vladimir
>


Re: [jmeter] branch master updated: Get focus on the RC Number in word and the description of the release

Posted by Vladimir Sitnikov <si...@gmail.com>.
>+The [RC NUMBER] release candidate

What do you mean by [RC NUMBER] ?
Could you just use $rc variable instead ?

Vladimir