We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello folks,
I have following milestone: "Milestone 1.0.0" or here: https://github.com/tillias/microservice-catalog/milestone/1
I have this tag: "v1.0.0": https://github.com/tillias/microservice-catalog/tree/v1.0.0
Is this correct usage in config file: "milestoneMatch": "(Milestone {{tag_name}})"
Or should I use "milestoneMatch": "(Milestone v{{tag_name}})"
Or should I use "milestoneMatch": "(Milestone {{vtag_name}})"
Many thanks!
The text was updated successfully, but these errors were encountered:
Hello @tillias so since your tag contains a v and your milestone doesn't it's a bit more complicated.
If you rename your milestone to "Milestone v1.0.0" then your match is "Milestone {{tag_name}}"
"Milestone {{tag_name}}"
Sorry, something went wrong.
No branches or pull requests
Hello folks,
I have following milestone: "Milestone 1.0.0" or here: https://github.com/tillias/microservice-catalog/milestone/1
I have this tag: "v1.0.0": https://github.com/tillias/microservice-catalog/tree/v1.0.0
Is this correct usage in config file: "milestoneMatch": "(Milestone {{tag_name}})"
Or should I use "milestoneMatch": "(Milestone v{{tag_name}})"
Or should I use "milestoneMatch": "(Milestone {{vtag_name}})"
Many thanks!
The text was updated successfully, but these errors were encountered: