This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
Releases: GitTools/GitReleaseNotes
Releases · GitTools/GitReleaseNotes
0.7.1
0.7.0
There has been a lot of movement in the GitReleaseNotes codebase to make it more flexible and share a lot of the common code which was borrowed from GitVersion.
So this version likely has regressions. If you find some, create an issue or submit a pull request. But without releasing something we won't move forward.
0.6.0
- #60 - Multiple tags per sha contributed by Marijn van der Zee (serra)
- #59 - When a commit is tagged more than once, we get an unhandled exception
- #58 - System.AggregateException when trying to /Publish
- #57 - Initial BitBucket implementation. contributed by Mitja Bezenšek (MitjaBezensek)
- #56 - Improved logging in JiraIssueTracker and YouTrackIssueTracker. contributed by Mitja Bezenšek (MitjaBezensek)
- #52 - Use Costura
- #51 - FieldAccessException when parsing JIRA results
- #50 - Default JQL will not work on default JIRA instances +fix
- #49 - Readme is outdated for Jira setup
- #46 - Not able to install
- #16 - BitBucket Support
Commits: eddb6c086d...e325f92485
v0.5.0
Fixed a bunch of small issues, see release notes
v0.4.0
Large refactoring and fixed a bunch of issues
- Removed /fromMentionedIssues, can add back later but direction of the project has moved away from this thinking
- /FromTag has been removed. To generate all releases use /AllTags (thanks @pvandervelde)
v0.3.3
When GitReleaseNotes is run, the default directory should be the current directory not the directory containing GitReleaseNotes.exe
v0.3.2
Fixed issue with chocolatey package
v0.3.1
Chocolatey package releases
v0.3.0
- #31 - Put issue number at the start of issue
- #29 - Add YouTrack support contributed by Petrik van der Velde (pvandervelde)
- #26 - Add shoutouts
- #25 - Allow providing version for vNext contributed by Petrik van der Velde (pvandervelde)
- #23 - Release note for multiple tags has earliest at the top instead of bottom
- #22 - Search Pull Requests for issues numbers +enhancement
- #21 - Error finding OctoKit when downloading via NuGet +fix
- #20 - Pull Request issues should not be included +fix
- #17 - YouTrack Support