v1.1.5 (2023-05-12)
NOTE: This is a patch release only
v1.1.4 (2023-04-06)
NOTE: This is a patch release only
v1.1.3 (2023-04-06)
NOTE: This is a patch release only
v1.1.2 (2023-04-06)
NOTE: This is a patch release only
v1.1.1 (2023-02-17)
NOTE: This is a patch release only
v1.1.0 (2022-10-21)
- release: amend typing of request when creating release (072400e), closes #20
- release: prefer CT_TOKEN over secret store (03aca17)
- core: add 'glob' package (ba2803f)
v1.0.1 (2022-08-04)
NOTE: This is a patch release only
v1.0.0 (2022-07-02)
- remove node 12 support and add node 18 (e5df05b)
- The minimum supported node version is now node14
v0.8.0 (2022-05-16)
- commitlint: lint COMMIT_EDITMSG with no scissors (f561139), closes #18
- update GitLab release urls (d21d6d0)
- release: support assets for Github releases (f30642e)
v0.7.1 (2022-02-28)
- updates related to secrets on macOS (bc61b29)
v0.7.0 (2022-02-09)
- allow release with not notable changes (7cc3505)
v0.6.1 (2021-11-19)
v0.6.0 (2021-10-05)
- commitgen: add support for branch description (83f5f65), closes #222 #222
- release: add GitHub support (8b6d520)
v0.5.0 (2021-05-29)
- changelog: dont fail if there is an error (82a3ec5)
- core: change build to master not tags now its skipped (f2c6f91)
- core: remove cache from config so we dont get old results (c978c19)
- changelog: add changelog command (57b7aa3)
- core: add security notices to the convention (da0b3e3)
- core: upgrade to typescript 4 (379ad91)
- release: add secret management and host config (44fe287)
- release: limit changelogs and release notes to the cwd (b6f8a6f)
v0.4.0 (2020-09-01)
- git-hooks: param replacement (cd16901), closes #9
- git-hooks: pass git hook variable to the
git-hookcommand (6915aa1), closes #10 - release: add skip-ci to the release commit message (5a7a94d)
- release: ensure the
ci.skipflag is passed when pushing (a9910bd) - release: run prepack before push to npm (391129e)
- commitgen: add the commitgen command (a47bd02)
- core: add shell autocomplete (f44675c), closes #8
- release: add build to Gitlab release (4801ff3), closes #4
v0.3.2 (2020-07-01)
- core: make npm package public (651733f)
v0.3.1 (2020-07-01)
- core: remove tag from npm publish (0ccdff2)
v0.3.0 (2020-06-20)
- git-hooks: allow pipes in commands (076b208), closes #6
- git-hooks: better support for multi line commands (1c95131), closes #7
- release: add assets to Gitlab releases (9209102), closes #4
- release-semver: update version in package files (e7a49ff), closes #3
v0.2.0 (2020-04-30)
v0.1.1 (2020-04-24)
- release-calver: change release push logic (d02427b)
- commitlint: add scope release by default (aa91e9c)
- commitlint: make it actually work (222d9c8)
- git-hooks: add exit core to hook scripts (110adc6)
- release: change to
CT_TOKENfromCI_JOB_TOKEN(bb21b5d) - release: use
CI_COMMIT_BRANCHif available (5cd08e8) - release-calver: type error (1552e57)
- release-semver: push branch to include change log (5461229)