You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I would like to create a script that
- reads the last git tag with version info in it
- write a new tag at the merge with an incremented version number
Is this possible, and please give pointers as to how it would be accomplished. I know we did this at a previous company. but maybe they were using BitBucket Server.
Hi @Mike Wilson,
I do believe you can explore doing this using Bitbucket Cloud Pipelines.
Bitbucket Cloud Pipelines will allow you to trigger Pipelines builds on pull requests and from there, you can perform your desired automation script (e.g. to read and write tags)
Here are some links that might help:
Hope it helps and do let me know if you have further questions.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.