🐸 Versioned release#19
Merged
Merged
Conversation
88d5ab8 to
8a641f7
Compare
64c99ad to
6490329
Compare
@varlock/bumpy@1.0.0
8a641f7 to
97890cb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was created and will be kept in sync by bumpy based on your .bumpy bump files. Merge it when you are ready to release the packages listed below:
@varlock/bumpy0.0.2 → 1.0.0 package.json · CHANGELOG.mdInstead of re-serializing the entire file with
JSON.stringify, version bumps and dependency range updates now use targeted string replacements. This prevents reformatting issues like inline arrays being expanded to multi-line, indentation style changes, and other unnecessary churn.thankContributorsoption to the GitHub changelog formatter to disable "Thanks @user" messages entirely. Add dedicated changelog formatters docs page. (bump file)Bun.CryptoHasherwithnode:crypto. (bump file)--pat-prand--pat-commentsflags to CI commands, allowing users to opt in to usingBUMPY_GH_TOKENfor PR creation and comment posting. Also fixes CI not triggering on newly created version PRs. (bump file)bumpy addinteractive UI with a unified bump level selector. Packages are shown in two groups (changed/unchanged), navigated with arrow keys, and bump levels cycled with left/right. Changed packages default to patch. (bump file)patch-isolatedbump type. The concept added complexity for minimal benefit — in most monorepos using^ranges, a patch bump already stays in range without triggering propagation. Users who need to prevent propagation can use per-packagedependencyBumpRulesconfig instead. (bump file)internalAuthorsoption being ignored by the GitHub changelog formatter. TheloadFormatterfunction matched the built-in "github" entry before reaching the options-aware path, so options likeinternalAuthorswere silently dropped. (bump file)