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.
Hello i am using lerna to publish tags to repository. It means i am pushing 16 tags at once. The issue is it doesn't trigger the pipeline. I tested with only 1 tag per push and it works otherwise. Github pipelines has the same issue. https://github.community/t/tag-creation-trigger-not-working-with-lerna-publish/17314
What is the reason behind the pipeline trigger breaking on multiple tags per publish ? Is there any workarounds ?
This seems still to be the limitation at the moment, we have a monorepo and we do multiple tags and releases at one time. But the pipeline didn't get triggered.
Pipelines running on multiple tags are necessary for a monorepo setup, if such constraint is needed for most common cases, probably it is also wise to provide user options to disable it.