Skip to content

Releases: Smalls1652/GitHubReleaseGen

v0.4.2

18 May 19:43
1ccd28a
Compare
Choose a tag to compare

✍️ What's Changed

🪳 Bug Fixes

  • Fix blank output when separate projects is enabled by @Smalls1652 in #25

Full Changelog: v0.4.1...v0.4.2

v0.4.1

13 May 03:48
bdedc29
Compare
Choose a tag to compare

✍️ What's Changed

🪳 Bug Fixes

Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 May 21:16
5f55c66
Compare
Choose a tag to compare

Overview

This release adds:

  • The ability to create a per-repository config file for gh-releasegen.
  • The ability to remap "bug fix" and "maintenance" labels.
  • The ability to configure separate projects, based off their PR labels, so that they have their own dedicated sections.

✍️ What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Apr 21:25
ce9b583
Compare
Choose a tag to compare

✍️ What's Changed

⛓️ Dependency updates

  • Bump System.CommandLine from 2.0.0-beta4.24126.1 to 2.0.0-beta4.24201.1 in /src/ConsoleApp by @dependabot in #11
  • Bump System.CommandLine from 2.0.0-beta4.24201.1 to 2.0.0-beta4.24209.3 in /src/ConsoleApp by @dependabot in #12

Full Changelog: v0.2.1...v0.3.0

v0.2.1

12 Mar 14:38
bec555d
Compare
Choose a tag to compare

Overview

This release is to fix a bug for the spawned git process causing the CLI tool to hang due to it trying to "page" the git log output if you have a large amount of commits.

✍️ What's Changed

🪳 Bug Fixes

Full Changelog: v0.2.0..v0.2.1

v0.2.0

04 Mar 18:31
df06997
Compare
Choose a tag to compare

Overview

This release changes how supplying refs are handled. Previously, it was strictly looking at tags; however, now, it's looking for any sort of ref (commit hash, tag name, branch name, etc).

In addition, the following arguments for the create-text command have been renamed:

  • --base-tag has been renamed to --base-ref.
  • --new-tag has been renamed to --target-ref.
  • --repo has been renamed to --repo-name.

✍️ What's Changed

⛓️ Dependency updates

  • Bump System.CommandLine from 2.0.0-beta4.24102.1 to 2.0.0-beta4.24112.1 in /src/ConsoleApp by @dependabot in #2
  • Bump System.CommandLine from 2.0.0-beta4.24112.1 to 2.0.0-beta4.24126.1 in /src/ConsoleApp by @dependabot in #4

Full Changelog: v0.1.1..v0.2.0

v0.1.1

05 Feb 05:39
8c6334e
Compare
Choose a tag to compare

🪳 Bug Fixes

  • Fix new tag not being used when getting commits by @Smalls1652 in #1

Full Changelog: v0.1.0..v0.1.1

v0.1.0

05 Feb 02:45
12039ed
Compare
Choose a tag to compare

Overview

This is the first release for the project.

Full Changelog: v0.1.0