Skip to content

Commit eb5be1c

Browse files
committed
Version packages
@varlock/bumpy@1.11.0
1 parent 5782ff9 commit eb5be1c

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.bumpy/ci-expect-mode-flag.md

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

packages/bumpy/CHANGELOG.md

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

3+
## 1.11.0
4+
5+
<sub>2026-06-02</sub>
6+
7+
- [#91](https://github.com/dmno-dev/bumpy/pull/91) _(minor)_ - Add `--expect-mode` flag to `bumpy ci release` for asserting the detected release mode (`version-pr` or `publish`). Enables split-job release workflows where each job fails loudly if the runtime state doesn't match what the job expects. Refactored `ReleaseOptions` to rename the existing `mode` field to `autoPublish: boolean` and add `assertMode`. `--expect-mode` and `--auto-publish` cannot be combined.
8+
39
## 1.10.2
410

511
<sub>2026-05-27</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.10.2",
3+
"version": "1.11.0",
44
"description": "Modern monorepo versioning and changelog tool",
55
"keywords": [
66
"bump",

0 commit comments

Comments
 (0)