Skip to content

Releases: AlCalzone/release-script

Release v5.0.0

20 Oct 17:54

Choose a tag to compare

  • Breaking: Releases can only be created from the default branch (usually main or master) now. To configure this behavior, use the branchPattern option, e.g. --branchPattern release/* to allow releases from branches starting with release/.

Release v4.0.0

07 Oct 14:32

Choose a tag to compare

  • Dependency upgrades
  • Switch to ESM module format
  • Require Node.js 18+

Release v3.8.0

23 Jul 12:22

Choose a tag to compare

  • git plugin: allow to skip push stage via noPush option

Release v3.7.3

05 Jul 11:00

Choose a tag to compare

  • package plugin: Support monorepos managed with Yarn v4

Release v3.7.2

24 Jun 07:24

Choose a tag to compare

  • iobroker plugin: Fixed issue in changelog cleanup routine introduced in 3.7.1

Release v3.7.1

12 Jun 10:47

Choose a tag to compare

  • iobroker plugin: Detect more author names and @ mentions in the changelog

Release v3.7.0

29 Nov 11:40

Choose a tag to compare

  • Added -lf option to run the lock file update with the --force flag
  • Dependency upgrades

Release v3.6.0

03 Jul 10:12

Choose a tag to compare

  • git plugin: Add the --tagOnly flag to only create a tag without pushing the commit to the release branch.

Release v3.5.9

02 May 10:58

Choose a tag to compare

  • Dependency upgrades

Release v3.5.8

27 Apr 08:07

Choose a tag to compare

  • Add missing semver dependency to several plugins
  • Dependency upgrades