diff --git a/.bumpy/version-pr-body-limit.md b/.bumpy/version-pr-body-limit.md deleted file mode 100644 index ff41945..0000000 --- a/.bumpy/version-pr-body-limit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': patch ---- - -Degrade the version PR body when it would exceed GitHub's 65536-character limit (which previously failed the release for large multi-package releases). The body now drops inline change summaries — and hard-truncates as a last resort — instead of erroring. diff --git a/packages/bumpy/CHANGELOG.md b/packages/bumpy/CHANGELOG.md index 519a8c1..75dc8a9 100644 --- a/packages/bumpy/CHANGELOG.md +++ b/packages/bumpy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.15.2 + +2026-06-23 + +- [#129](https://github.com/dmno-dev/bumpy/pull/129) _(patch)_ + Degrade the version PR body when it would exceed GitHub's 65536-character limit (which previously failed the release for large multi-package releases). The body now drops inline change summaries — and hard-truncates as a last resort — instead of erroring. + ## 1.15.1 2026-06-20 diff --git a/packages/bumpy/package.json b/packages/bumpy/package.json index c6cf11f..df674f1 100644 --- a/packages/bumpy/package.json +++ b/packages/bumpy/package.json @@ -1,6 +1,6 @@ { "name": "@varlock/bumpy", - "version": "1.15.1", + "version": "1.15.2", "description": "Modern monorepo versioning and changelog tool", "keywords": [ "bump",