Hello,
so we are using bitbucket, bamboo and jira for our dev projects. We are using GitVersion and need to add labels to the master branch on each successful merge. These version labels are used in the build process as version.
We would like to create these labels on merge automatically. I think this can only be done with scriptrunner.
Can someone help me to create a script?
It should work as follows:
Merge to master -> PR follows naming pattern (branchtype/JIRAISSUE-JIRASummary)
Get the version from the JIRAISSUE Fixversion field and add it as label to the merge commit
If you have an idea how to accomplish this without scriptrunner, please let me know. I didn't found anything.
Thanks in advance!