There was a question about tags to use for RC and for the release.

I suggest something behind the lines of v5.2.0_rc1 and rel/v5.2.0
accordingly

So I suggest updating
https://github.com/apache/jmeter/blob/a4d5d14a2e9f09c9c436b10f64b7fe5e91071730/build.gradle.kts#L108-L109

as follows:

    releaseTag.set("v${project.version}")
    rcTag.set(releaseTag.map { "${it}_rc" + rc.get() })

Vladimir

Reply via email to