Skip to content

Commit 47402b7

Browse files
authored
Merge pull request #38 from dmno-dev/bumpy/version-packages
🐸 Versioned release
2 parents 4748f27 + 172a173 commit 47402b7

5 files changed

Lines changed: 8 additions & 14 deletions

File tree

.bumpy/fix-empty-bump-detection.md

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

.bumpy/jsonc-config-support.md

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

.bumpy/readme-and-docs-cleanup.md

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

packages/bumpy/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
_2026-04-22_
6+
7+
- [#36](https://github.com/dmno-dev/bumpy/pull/36) [`1625ee8`](https://github.com/dmno-dev/bumpy/commit/1625ee840495f6dac08b7091a871b2acf5d966c2) - Support JSONC in config file — allows // line comments, block comments, and trailing commas in .bumpy/\_config.json
8+
- [#37](https://github.com/dmno-dev/bumpy/pull/37) [`d5771b2`](https://github.com/dmno-dev/bumpy/commit/d5771b2456b195c78da8dc9925fa589ff74df58e) - Rework `bumpy check` and `bumpy ci check` behavior: default mode now only fails when no bump files exist at all (matching changesets), new `--strict` flag requires every changed package to be covered, and `--no-fail` makes checks advisory-only. Also fix false positive "empty bump file found" when deleted bump files appear in git diff.
9+
310
## 1.1.0
411

512
_2026-04-22_

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.1.0",
3+
"version": "1.2.0",
44
"description": "Modern monorepo versioning and changelog tool",
55
"keywords": [
66
"bump",

0 commit comments

Comments
 (0)