Skip to content

Latest commit

 

History

History
207 lines (99 loc) · 11.7 KB

File metadata and controls

207 lines (99 loc) · 11.7 KB

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)

Bug Fixes

  • release: amend typing of request when creating release (072400e), closes #20
  • release: prefer CT_TOKEN over secret store (03aca17)

Features

  • core: add 'glob' package (ba2803f)

v1.0.1 (2022-08-04)

NOTE: This is a patch release only

v1.0.0 (2022-07-02)

Features

  • remove node 12 support and add node 18 (e5df05b)

BREAKING CHANGES

  • The minimum supported node version is now node14

v0.8.0 (2022-05-16)

Bug Fixes

  • commitlint: lint COMMIT_EDITMSG with no scissors (f561139), closes #18
  • update GitLab release urls (d21d6d0)

Features

  • release: support assets for Github releases (f30642e)

v0.7.1 (2022-02-28)

Bug Fixes

  • updates related to secrets on macOS (bc61b29)

v0.7.0 (2022-02-09)

Features

  • allow release with not notable changes (7cc3505)

v0.6.1 (2021-11-19)

Bug Fixes

  • core: create changelog file when creating release (b230883), closes #16

v0.6.0 (2021-10-05)

Features

  • commitgen: add support for branch description (83f5f65), closes #222 #222
  • release: add GitHub support (8b6d520)

v0.5.0 (2021-05-29)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • git-hooks: param replacement (cd16901), closes #9
  • git-hooks: pass git hook variable to the git-hook command (6915aa1), closes #10
  • release: add skip-ci to the release commit message (5a7a94d)
  • release: ensure the ci.skip flag is passed when pushing (a9910bd)
  • release: run prepack before push to npm (391129e)

Features

  • 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)

Bug Fixes

  • core: make npm package public (651733f)

v0.3.1 (2020-07-01)

Bug Fixes

  • core: remove tag from npm publish (0ccdff2)

v0.3.0 (2020-06-20)

Bug Fixes

  • git-hooks: prevent output when no hooks are configured (136b60d), closes #5

Features

  • 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)

Features

  • core: add docker build (2970da5)
  • git-hooks: improve output (4c964fe)

v0.1.1 (2020-04-24)

Bug Fixes

  • release-calver: change release push logic (d02427b)

v0.1.0 (2020-04-24)

Bug Fixes

  • 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_TOKEN from CI_JOB_TOKEN (bb21b5d)
  • release: use CI_COMMIT_BRANCH if available (5cd08e8)
  • release-calver: type error (1552e57)
  • release-semver: push branch to include change log (5461229)

Features

  • commitlint: add testing of COMMIT_EDITMSG (8cd82f3), closes #1
  • core: update schema.json for config options (6cb6c6c)
  • release: allow scoped packages in releases (b50da9d)
  • release-calver: add release calver command (8d25834)