-
Notifications
You must be signed in to change notification settings - Fork 3
Switch to doing version bumps as commits instead of PRs #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Claude finished @justindbaur's task —— View job PR Review: Switch to doing version bumps as commits instead of PRsTodo List
Review SummaryThis PR changes the version bump process from creating pull requests to making direct commits to the target branch. The changes are focused and well-implemented, but there are important security and process considerations to address. 📝 Key Changes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #181 +/- ##
=======================================
Coverage 39.56% 39.56%
=======================================
Files 40 40
Lines 1049 1049
Branches 85 85
=======================================
Hits 415 415
Misses 605 605
Partials 29 29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Great job! No new security vulnerabilities introduced in this pull request |
// List existing tags so that we could use them to link to the best full changelog | ||
// Debug purposes only right now until there is enough data for me to make this command bullet proof | ||
await exec.exec(`git fetch --tags"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because I want to start putting in more effort for the release notes on these packages and discovered that this was never printing off tags.
Claude finished @justindbaur's task —— View job PR Review: Switch to doing version bumps as commits instead of PRsTodo List
Review SummaryThis PR successfully changes the version bump process from creating pull requests to making direct commits to the target branch. The implementation is clean and the syntax error from the previous review has been fixed. ✅ What Works WellClean Implementation:
Workflow Structure:
|
Claude finished @justindbaur's task —— View job PR Review: Switch to doing version bumps as commits instead of PRsTodo List
Review SummaryThis PR successfully transitions the version bump process from creating pull requests to making direct commits. The implementation is clean and the previous syntax error has been resolved. However, there are critical security considerations that must be addressed before merging. ✅ What's Working WellClean Implementation:
Technical Quality:
🎯 Key Changes Analysisversion-bump.yml (.github/workflows/version-bump.yml:67-109):
pack-and-release.yml (.github/workflows/pack-and-release.yml:87):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love how much simpler this is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try it out ... usually we find a bug or two once it runs 😜
🎟️ Tracking
📔 Objective
@withinfocus this will require us to convert the default branch protection to be a ruleset (if it's not already) and to allow an exclusion for the github actions bot (
github-actions[bot]
). But I think we can apply the rules to both the default branch and torelease/*/*
I want to start having the same or more security on the release branches that the default branch has.⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes