Releases: AlCalzone/release-script
Releases · AlCalzone/release-script
Release v3.1.0
- New plugin
license
to check for outdated license years - New plugin
manual-review
to do manual changes before committing - Fix:
git
plugin neveramends
commits
Release v3.0.0
- Split into plugins
- Interactive version chooser
- Simplified
monorepo
configuration withlerna
- BREAKING: Removed native
yarn v2+
workspaces support. Uselerna
for now. - BREAKING: Some configuration/CLI options changed.
Release v3.0.0-alpha.7
- Split into plugins
- Interactive version chooser
- Simplified
monorepo
configuration withlerna
- BREAKING: Removed native
yarn v2+
workspaces support. Uselerna
for now. - BREAKING: Some configuration/CLI options changed.
Release v2.2.1
The script now detects a missing git identity and provides help on how to configure it
Release v2.2.0
Added an automated check of the Github Actions workflow file to spot potential errors that could fail a release
Release v2.1.0
v2.1.0
Release v2.0.0
Require Node.js 12+, update dependencies
Release v1.10.0
Support both **WORK IN PROGRESS**
and __WORK IN PROGRESS__
as placeholders
Release v1.9.0
Allow defining different remotes than origin by using r
flag, e.g. -r upstream/master
Replace npm
commands with yarn
when yarn.lock
is present.
Release v1.8.3
Changelog entries like * (Author 1, Author 2) Whazaaaap!
are now correctly handled when creating the io-package.json
news entries.