GitReleaseNotes
GitReleaseNotes copied to clipboard
[WIP] Support JIRA and dynamic repositories
Now GitTools.IssueTrackers supports JIRA, we can improve GitReleaseNotes to support it as well (should be out of the box, but doing some testing and minor improvements).
I am confused...
How does the files that have changed enable JIRA support?
Or is this a Work in Progress?
It's WIP ;-)
Coolio, just wanted to check :-)
Was curious what you do here, as I will do something similar in GitReleaseManger :-)
Then we probably need some more code (since GitTools.IssueTrackers only supports retrieving issues for now), but it will look exactly like this:
https://github.com/CatenaLogic/JiraCli/blob/develop/src/JiraCli/Services/VersionService.cs
Maybe we could expand the IIssueTracker interface, but we need to think about that first (probably together with @JakeGinnivan as well).
It uses local references (that's because I need GitTools.Core and GitTools.IssueTrackers released first). @JakeGinnivan can you release a beta for these 2 packages?