Linked reference to a Github milestone in a tag or commit message
Asked Answered
R

1

23

I use to add issue numbers in Git commits, to let Github make links from commits to issues and from issues to commits.

Is it also possible to do the same in tag messages towards milestones?

In my project, each release has a tag, and each release consists of a number of issues that are grouped in a milestone. Therefore a linked reference from the tag message to the milestone would be very useful.

Reprobation answered 29/7, 2015 at 8:50 Comment(0)
O
35

As you can see on the Github Help Pages about possible references, there is no auto-linking for milestones as of today.

Orlon answered 9/11, 2015 at 16:0 Comment(3)
Thanks for pointing me to the correct spot in the Github Help Pages.Reprobation
Still no auto linking for milestones based on the info in the linked help Article called "Autolinked references and URLs" , help.github.com/articles/autolinked-references-and-urls found on the mentioned help pageJess
By any chance if you are using GitLab then you can see this feature. docs.gitlab.com/ee/user/markdown.html#special-gitlab-referencesQuagga

© 2022 - 2024 — McMap. All rights reserved.