Releases: release-tools/since
Releases · release-tools/since
v0.16.2
02 Mar 18:13
Compare
Sorry, something went wrong.
No results found
Changelog
daafb0e build: release v0.16.2.
0ffb4a8 fix: support annotated tags when initialising changelog.
v0.16.1
13 Jan 15:14
Compare
Sorry, something went wrong.
No results found
Changelog
707ab35 build: GitHub Action allows changelog path to be overridden.
6820cdc build: GitHub Action writes changelog action to named file.
9edc4b0 build: release v0.16.1.
v0.16.0
11 Jan 21:04
Compare
Sorry, something went wrong.
No results found
Changelog
b291899 build: adds Dockerfile.
283d063 build: adds test step before release.
a5d4c1b build: release v0.16.0.
1605e3a feat: allows changelog output to be redirected to file.
v0.15.6
05 Jan 15:37
Compare
Sorry, something went wrong.
No results found
v0.15.5
22 Apr 10:00
Compare
Sorry, something went wrong.
No results found
Changelog
f6ae8ae build: release v0.15.5.
5550e5d refactor: improves semver logging.
v0.15.4
12 Apr 22:32
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changelog
5b857ce build: release v0.15.3.
0354622 fix: annotated tags shouldn't be ignored.
v0.15.2
12 Apr 21:47
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changelog
406b7c9 build: release v0.15.1.
20a9728 fix: correct tag prefix check.
v0.15.0
21 Dec 15:14
Compare
Sorry, something went wrong.
No results found
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.