github-release-notes icon indicating copy to clipboard operation
github-release-notes copied to clipboard

documentation not clear how to use milestones

Open tillias opened this issue 5 years ago • 1 comments

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!

tillias avatar Nov 13 '20 20:11 tillias

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

alexcanessa avatar Mar 25 '21 10:03 alexcanessa