chore: release v3.1.5#478
Merged
Merged
Conversation
Contributor
Greptile SummaryThis is an automated release PR bumping the package from Key changes across the four files:
All version references are internally consistent. The Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant W as Publish Workflow
participant CAT as commit-and-tag-version
participant NPM as npm version hook
participant SNV as sync-native-versions.js
participant GH as GitHub Actions Bot
W->>CAT: run release
CAT->>CAT: bump version in package.json (3.1.4 → 3.1.5)
CAT->>CAT: update CHANGELOG.md
CAT->>NPM: trigger `version` lifecycle hook
NPM->>SNV: node scripts/sync-native-versions.js
SNV->>SNV: update optionalDependencies pins (3.1.4 → 3.1.5)
SNV-->>NPM: git add package.json
NPM-->>CAT: hook complete
CAT->>CAT: commit & tag v3.1.5
W->>GH: open PR with remaining file updates
GH->>GH: update package-lock.json (resolved URLs + integrity hashes)
GH->>GH: update crates/codegraph-core/Cargo.toml
GH->>GH: update generated/DEPENDENCIES.json
GH-->>W: PR #478 created
Last reviewed commit: b64265a |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Automated version bump to
3.1.5and CHANGELOG update from publish workflow run #392.