Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Releases: GitTools/GitReleaseNotes

0.7.1

03 Jul 12:20
307f5b9
Compare
Choose a tag to compare
Merge pull request #119 from arturcic/fix_unit_tests

Fixed the build

0.7.0

16 Sep 03:46
Compare
Choose a tag to compare

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

29 Jan 22:26
Compare
Choose a tag to compare
  • #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

26 Jun 08:52
Compare
Choose a tag to compare

Fixed a bunch of small issues, see release notes

v0.4.0

25 May 10:29
Compare
Choose a tag to compare

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

14 May 18:34
Compare
Choose a tag to compare

When GitReleaseNotes is run, the default directory should be the current directory not the directory containing GitReleaseNotes.exe

v0.3.2

14 May 18:09
Compare
Choose a tag to compare

Fixed issue with chocolatey package

v0.3.1

14 May 18:05
Compare
Choose a tag to compare

Chocolatey package releases

v0.3.0

11 May 16:48
Compare
Choose a tag to compare
  • #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

0.2.1

18 Dec 11:29
Compare
Choose a tag to compare
  • Error finding OctoKit when downloading via NuGet #21 +fix
  • Pull Request issues should not be included #20 +fix