Skip to content

Releases: Maahsome/changelog-pr

v0.2.4

18 Mar 14:55
f0be5f1
Compare
Choose a tag to compare

v0.2.4

Additions

Pull Request #16

  • Add Dockerfile for future auto-push

Changes

Pull Request #16

  • Under github actions, the URL does not contain .git at the end, need to handle that

v0.2.3

29 Nov 10:10
e02d261
Compare
Choose a tag to compare

v0.2.3

Additions

Pull Request #14

  • Added some logging at the info level.

Changes

Pull Request #14

  • Apparently skip=true for changelog needs to be removed from goreleaser if you want to use --release-notes
  • This is a new bug introduced along the way

v0.2.2

29 Nov 04:35
Compare
Choose a tag to compare
Fix action, need quotes on env

v0.1.0

23 Mar 04:55
7914afe
Compare
Choose a tag to compare

v0.1.0

Changes

Pull Request #9

  • A bunch of logging movement (Debug->Trace, Info->Debug, etc)
  • Checking the TAG commit ID to ensure it is reachable in the current branch

Bug Fixes

Pull Request #9

  • Specifying tags no longer requires SEMVER valid tags
    • With the exception if you don't specify '--since-tag', everything is converted to SEMVER and compared.

v0.0.3

22 Mar 18:38
07e75e6
Compare
Choose a tag to compare

v0.0.3

Additions

Pull Request #7

  • new examples for commands

Bug Fixes

Pull Request #7

  • version incorrect reference

v0.0.2

22 Mar 16:34
d2de2dd
Compare
Choose a tag to compare

v0.0.2

Additions

Pull Request #3

  • 'version' command, containing the standard version info

Changes

Pull Request #3

  • 'generate' no longer requires a --since-tag, it will grab the last semver based tag.

Bug Fixes

Pull Request #3

  • removed some hardcoded references used during initial developement
    • Extracting the user/repo from the github url.

Pull Request #2

  • Properly capture the last section of text when it isn't followed by another markdown section.

v0.0.1: Merge pull request #1 from Maahsome/bootstrap

22 Mar 12:58
03ee69a
Compare
Choose a tag to compare

v0.0.1

Additions

Pull Request #1

  • Create a Changelog since a TAG in a GitHub repository