Releases: AlCalzone/release-script
Releases · AlCalzone/release-script
Release v5.0.0
- Breaking: Releases can only be created from the default branch (usually
mainormaster) now. To configure this behavior, use thebranchPatternoption, e.g.--branchPattern release/*to allow releases from branches starting withrelease/.
Release v4.0.0
- Dependency upgrades
- Switch to ESM module format
- Require Node.js 18+
Release v3.8.0
gitplugin: allow to skip push stage vianoPushoption
Release v3.7.3
packageplugin: Support monorepos managed with Yarn v4
Release v3.7.2
iobrokerplugin: Fixed issue in changelog cleanup routine introduced in3.7.1
Release v3.7.1
iobrokerplugin: Detect more author names and @ mentions in the changelog
Release v3.7.0
- Added
-lfoption to run the lock file update with the--forceflag - Dependency upgrades
Release v3.6.0
gitplugin: Add the--tagOnlyflag to only create a tag without pushing the commit to the release branch.
Release v3.5.9
- Dependency upgrades
Release v3.5.8
- Add missing
semverdependency to several plugins - Dependency upgrades