github-release-notes
github-release-notes copied to clipboard
documentation not clear how to use milestones
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!
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}}"