Skip to content

Skip default values during changeset migration#68

Merged
theoephraim merged 3 commits into
mainfrom
fix-migration-defaults
May 4, 2026
Merged

Skip default values during changeset migration#68
theoephraim merged 3 commits into
mainfrom
fix-migration-defaults

Conversation

@theoephraim
Copy link
Copy Markdown
Member

Summary

  • Migration from changesets no longer writes empty arrays (fixed: [], linked: [], ignore: []) or values matching bumpy defaults (baseBranch: "main", access: "public", updateInternalDependencies: "out-of-range") into the config file
  • Keeps migrated configs clean and minimal

Test plan

  • Existing migration tests pass (they use non-default values so are unaffected)

Don't write empty arrays (fixed, linked, ignore) or values matching
bumpy defaults (baseBranch: main, access: public, etc.) into the
migrated config file.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 30, 2026

bumpy-frog

The changes in this PR will be included in the next version bump.

patch Patch releases

  • @varlock/bumpy 1.7.0 → 1.7.1

Bump files in this PR

Click here if you want to add another bump file to this PR


This comment is maintained by bumpy.

CSV format caused false positives (e.g. "mylib" matching "mylib-plugin").
JSON array enables exact matching via fromJSON() + contains() in GH Actions.
@theoephraim theoephraim merged commit 7343c78 into main May 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant