Skip to content

Commit 975cf8b

Browse files
committed
Version packages
@varlock/bumpy@1.14.1
1 parent 9207029 commit 975cf8b

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

.bumpy/changelog-block-layout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bumpy/stream-custom-command-output.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/bumpy/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.14.1
4+
5+
<sub>2026-06-18</sub>
6+
7+
- [#118](https://github.com/dmno-dev/bumpy/pull/118) _(patch)_
8+
Stream `buildCommand`/`publishCommand` output live to the parent process and surface the child's real failure reason. Custom publish commands (vsce, ovsx, anything bespoke) previously ran through a buffering runner that discarded stdout and never streamed output, so a failure like an expired marketplace token produced only a generic `Command failed` wrapper with no usable cause in CI logs. These commands now run through a streaming runner (`spawn` with piped+teed stdio) that prints output as it happens and includes both stdout and stderr in the thrown error. The capturing `runAsync`/`runArgsAsync` helpers (still used for internal git/npm calls whose output is parsed) also now include stdout in their error messages.
9+
- [#122](https://github.com/dmno-dev/bumpy/pull/122) _(patch)_
10+
Changelog entries now use a block layout when a summary is multi-line, long (>120 chars), or contains markdown block syntax (headings, lists, blockquotes, code fences, tables). In those cases the entry metadata (`*(type)*`, PR link, "Thanks @user!") goes on its own line and the summary is rendered indented below it, instead of being jammed onto the same line. Short single-line summaries are unchanged and stay inline. Internal blank lines in a summary are now preserved so markdown paragraphs and lists render correctly. Applies to both the default and `github` formatters.
11+
312
## 1.14.0
413

514
<sub>2026-06-13</sub>

packages/bumpy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlock/bumpy",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"description": "Modern monorepo versioning and changelog tool",
55
"keywords": [
66
"bump",

0 commit comments

Comments
 (0)