Skip to content

Releases: gabe565/changelog-generator

v0.0.5

12 Mar 06:44
2991ae0
Compare
Choose a tag to compare

Changelog

Features

  • 5f1eb0b feat(action): Add input which can write the changelog to a file
  • 2991ae0 feat(action): Print generated changelog

Others

  • e8c389f chore(action): Update multiline syntax

v0.0.4

12 Mar 05:29
bde233e
Compare
Choose a tag to compare

Changelog

Features

  • f1f3067 feat(config): Fallback to loading config from .goreleaser.yaml

Fixes

  • 0d5613e fix: Fix first tag pulled instead of last

Others

  • bde233e chore: Close iterators when finished

v0.0.3

12 Mar 04:40
f66f6cf
Compare
Choose a tag to compare

Changelog

Features

  • 91799f9 feat(action): Add config input
  • dcab61c feat: Create action.yml

Fixes

  • ee922fb fix: Continue if config file does not exist
  • 7c4f5b7 fix: Fix panic when no groups defined
  • 82f9bb2 fix: Only check the first commit message line when grouping

Others

  • 1b17a7b chore(config): Change default sort to ascending
  • ca59201 chore(deps): add .github/renovate.json (#1)
  • 70a8914 ci: Add major version tag CI

v0.0.2

11 Mar 23:41
4130468
Compare
Choose a tag to compare

Changelog

Fixes

  • 4130468 fix: Fix title formatting

v0.0.1

11 Mar 23:35
ecea350
Compare
Choose a tag to compare

Changelog

Features

Others