4.0.0 (2024-03-31)
- support for Yarn 4 and Conventional Changelog 7
- support for Yarn 4 and Conventional Changelog 7 (f74ee7d)
3.0.0 (2024-01-07)
- support for Yarn 4 and Conventional Changelog 7
- support for Yarn 4 and Conventional Changelog 7 (f74ee7d)
2.0.2 (2023-07-27)
- plugin-release: avoid git concurrency issues when running with workspaces foreach (5b8c6fb)
2.0.1 (2023-07-27)
- plugin-release: render more error details when git operations fail (9ab7d47)
2.0.0 (2022-08-19)
- plugin-release: make project-level CalVer tag optional and disabled by default
- plugin-release: make project-level CalVer tag optional and disabled by default (63af7b4)
- plugin-release: reset prerelease level when the calendar version changes (7c03312)
1.8.0 (2022-08-18)
- plugin-release: support manually bumping to prerelease versions (d6cd5d1)
1.7.0 (2022-08-12)
- plugin-release: support manually bumping to prerelease versions (d6cd5d1)
1.7.0 (2022-01-20)
- plugin-esm-loader-typescript: initial experimental version (ffe88a2)
1.6.4 (2021-12-09)
- plugin-release: work around stream.pipeline bug present Node 16.10-16.13.0 (29f3b28)
1.6.3 (2021-09-09)
- plugin-release: correct the initial prerelease bump for packages without stable tags (48a93a4)
1.6.2 (2021-08-24)
- plugin-release: remove hyperlink from annotated tag message (6c9beaa)
1.6.1 (2021-08-23)
- plugin-release: compatibility with Node 12, changelogs in stable release tags (82c5385)
- plugin-release: make --dry-run actually have an effect for release-commit (ea0555d)
- plugin-release: only output new changelog text with --dry-run (1150d53)
1.6.0 (2021-08-14)
- plugin-release: support configuring commit types that count as code changes (5d130e1)
- plugin-release: support rolling up commits with unstable releases in a stable release's changelog (b8c22fd)
1.5.1 (2021-08-12)
- plugin-release: packages would receive an incorrect prerelease bump if they don't yet have a stable release (06c72ce)
1.5.0 (2021-08-12)
- plugin-release: skip unstable tags when creating a stable release (0da6538)
1.4.1 (2021-08-12)
- plugin-release: add back a default date for changelogs (f79d01d)
- plugin-release: fix prerelease CalVer logic (88729af)
- plugin-release: give the annotated tag a proper subject line (6034b22)
- Revert "fix(plugin-release): don't return early when there are no workspaces to tag" (63be8d4)
1.4.0 (2021-08-11)
- plugin-release: improve prerelease flow (aab08ec)
- plugin-release: support overriding the changelog release date (5191847)
1.3.0 (2021-08-11)
- plugin-release: add args for controlling commit and tagging behavior (86e2637)
- plugin-release: don't return early when there are no workspaces to tag (e24c129)
- plugin-release: error message typo (f687f76)
1.2.0 (2021-06-21)
- plugin-release: support generating changelogs for unversioned private packages (c03b436)
1.1.0 (2021-06-21)
- plugin-release: add postrelease lifecycle script support (3cba53d)
- plugin-release: use annotated tag for monorepo release (fc3f1fb)
- plugin-release: avoid race condition created by persisting project on install (d18d434)
- plugin-release: fix fetching changelog for annotated tag message (ac6ddb5)
- plugin-release: initial plugin implementation (7154827)