This commit is contained in:
Timo 2021-05-05 15:58:57 +03:00
parent e6777e0699
commit d8fd061733

View File

@ -78,6 +78,8 @@ public class PlanSpec {
"PROJECT=\"" + project + "\" " +
"BAMBOO_DOWNLOAD_PASS=\"${bamboo.bamboo_download_pass}\" " +
"BAMBOO_DOWNLOAD_USER=\"${bamboo.bamboo_download_user}\" "),
// read version from artifact
new InjectVariablesTask().path("version.properties"),
// commit release
new VcsCommitTask().commitMessage("chore(release)").repository("RED / ui"),
// create tag with this version