Skip to content

Releases: release-tools/since

v0.15.5

22 Apr 10:00
Compare
Choose a tag to compare

Changelog

  • f6ae8ae build: release v0.15.5.
  • 5550e5d refactor: improves semver logging.

v0.15.4

12 Apr 22:32
Compare
Choose a tag to compare

Changelog

  • a8201ce build: release v0.15.4.
  • e7bd5d7 chore(deps): bumps actions/checkout to v4.
  • f543b18 chore(deps): bumps actions/setup-go to v4.
  • a2634f5 chore(deps): bumps goreleaser/goreleaser-action to v5.
  • a277c29 ci: updates deprecated Goreleaser config value.

v0.15.3

12 Apr 22:22
Compare
Choose a tag to compare

Changelog

  • 5b857ce build: release v0.15.3.
  • 0354622 fix: annotated tags shouldn't be ignored.

v0.15.2

12 Apr 21:47
Compare
Choose a tag to compare

Changelog

  • d117f83 build: release v0.15.2.
  • 2060a15 fix: improves error trapping when there are no changes since start tag.
  • cbbd3ba fix: numbered releases should include date in changelog heading.

v0.15.1

30 Dec 02:35
Compare
Choose a tag to compare

Changelog

  • 406b7c9 build: release v0.15.1.
  • 20a9728 fix: correct tag prefix check.

v0.15.0

21 Dec 15:14
Compare
Choose a tag to compare

Changelog

  • 0bf0f49 build: release v0.15.0.
  • 79e80a5 feat: adds changelog init command.
  • c8eccb0 feat: changelog initialisation defaults file path to repo root.
  • 943c537 feat: supports commit messages that do not follow conventional commit format.
  • a9cb006 fix: deduplicate commit messages within a version.
  • 78ed94c fix: don't add date to unreleased version header.
  • 8344b2f fix: don't ignore changelog init flags.
  • 5700e11 fix: initial changelog should include first tag.
  • 27650b5 fix: semantic version comparison should support tags without 'v' prefix.
  • 8e6328e fix: skip unreleased commits when initialising changelog.
  • a45e7f8 fix: stop after appending tag commits for previous tag.
  • 2bf749b refactor: factors out commit processor.

v0.14.2

30 Jul 10:27
Compare
Choose a tag to compare

Changelog

  • 8bbf1ef build: release v0.14.2.
  • 23cda34 fix: removes goreleaser replacements config.

v0.14.1

19 May 11:48
Compare
Choose a tag to compare

Changelog

  • 4ff112b build: release v0.14.1.
  • a0696e1 refactor: updates org reference.

v0.14.0

13 May 20:00
Compare
Choose a tag to compare

Changelog

v0.13.0

13 May 15:57
Compare
Choose a tag to compare

Changelog

  • f3378b7 build: release v0.13.0.
  • 0ad3124 feat: deduplicates commit messages by default.