Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation not clear how to use milestones #285

Open
tillias opened this issue Nov 13, 2020 · 1 comment
Open

documentation not clear how to use milestones #285

tillias opened this issue Nov 13, 2020 · 1 comment

Comments

@tillias
Copy link

tillias commented Nov 13, 2020

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!

@alexcanessa
Copy link
Member

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}}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants