Generate bump files from all branch commits#33
Merged
Conversation
…mmits The generate command now scans all commits on the current branch (vs baseBranch) and uses file-path detection to map non-CC commits to packages with a patch bump. CC commits still get enhanced bump-level inference from type/scope. Also adds guidance to the AI skill for writing concise changelog summaries. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
|
The changes in this PR will be included in the next version bump.
|
Update CLI, bump file, and README docs to reflect that generate now works with all commit styles. Add good/bad examples to AI skill for writing concise changelog summaries. Move DIFFERENCES_FROM_CHANGESETS.md into docs/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The AI skill now tells LLMs to check for existing bump files on the branch and update them in place rather than creating new ones for each incremental change. Also adds a note about keeping bump levels and summaries current as the scope of work evolves. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.


Summary
bumpy generatenow scans all commits on the current branch (vs baseBranch), not just from the last version tagpatchbumpsTest plan
bumpy generate --dry-runon a branch with mixed CC and non-CC commitsbumpy generate --from <ref>override still works🤖 Generated with Claude Code