fix: sync v2.0.0 release and use PR for publish version bumps#22
Merged
carlos-alm merged 1 commit intomainfrom Feb 22, 2026
Merged
fix: sync v2.0.0 release and use PR for publish version bumps#22carlos-alm merged 1 commit intomainfrom
carlos-alm merged 1 commit intomainfrom
Conversation
- Bump package.json from 1.4.0 to 2.0.0 to match what was published on npm (the CI version bump commit could not be pushed due to branch protection) - Update optionalDependencies to reference 2.0.0 platform packages - Rename CHANGELOG 1.5.0 header to 2.0.0 to match the actual release - Replace direct git push to main in publish workflow with creating a release/vX.Y.Z branch and opening a PR via gh, which respects branch protection rules requiring PRs and status checks - Add pull-requests: write permission to the publish job
Contributor
Greptile SummarySyncs the repository state with the published v2.0.0 npm release and fixes the publish workflow to respect branch protection rules.
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 3aab964 |
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
package.jsonfrom 1.4.0 → 2.0.0 (includingoptionalDependencies) and renames the CHANGELOG header from 1.5.0 → 2.0.0 to match what was actually published on npm. The CI version bump commit couldn't be pushed tomaindue to branch protection.git push origin mainwith creating arelease/vX.Y.Zbranch and opening a PR viagh pr create. This respects branch protection rules that require PRs and status checks. Also addspull-requests: writepermission to the publish job.Test plan
package.jsonversion is2.0.0and optionalDependencies reference2.0.02.0.0instead of1.5.0release/vX.Y.ZPR instead of pushing directly to main