chore(release): v1.6.2#952
Merged
Merged
Conversation
Bumps gitnexus to v1.6.2 and adds the matching CHANGELOG entry. Highlights since v1.6.1 (61 commits): - Docker support (#848) - Language-agnostic heritage / call / variable extractors (config+factory pattern, #877 #878 #890) - AST-aware embedding chunking (#889) - jQuery / axios HTTP consumer detection (#887) - SemanticModel wired as first-class resolution input, SM-20 (#885) - ImportSemantics split into per-strategy hooks (#886) - Python dotted-import fix (#899); worker warnings non-terminal (#900 / #261); global-install ENOTEMPTY fixes (#843 #846); embeddings staleness fix (#831) See gitnexus/CHANGELOG.md for the full list. After merge, tag `v1.6.2` triggers publish.yml which runs CI, verifies tag↔package.json match, publishes to npm with provenance, and creates the GitHub Release using the extracted CHANGELOG body.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
CI Report✅ All checks passed Pipeline Status
Test Results
✅ All 6509 tests passed 97 test(s) skipped — expand for details
Code CoverageTests
📋 View full run · Generated by CI |
github714801013
pushed a commit
to github714801013/GitNexus
that referenced
this pull request
Apr 28, 2026
Bumps gitnexus to v1.6.2 and adds the matching CHANGELOG entry. Highlights since v1.6.1 (61 commits): - Docker support (abhigyanpatwari#848) - Language-agnostic heritage / call / variable extractors (config+factory pattern, abhigyanpatwari#877 abhigyanpatwari#878 abhigyanpatwari#890) - AST-aware embedding chunking (abhigyanpatwari#889) - jQuery / axios HTTP consumer detection (abhigyanpatwari#887) - SemanticModel wired as first-class resolution input, SM-20 (abhigyanpatwari#885) - ImportSemantics split into per-strategy hooks (abhigyanpatwari#886) - Python dotted-import fix (abhigyanpatwari#899); worker warnings non-terminal (abhigyanpatwari#900 / abhigyanpatwari#261); global-install ENOTEMPTY fixes (abhigyanpatwari#843 abhigyanpatwari#846); embeddings staleness fix (abhigyanpatwari#831) See gitnexus/CHANGELOG.md for the full list. After merge, tag `v1.6.2` triggers publish.yml which runs CI, verifies tag↔package.json match, publishes to npm with provenance, and creates the GitHub Release using the extracted CHANGELOG body.
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.
Releases v1.6.2. Bumps
gitnexus/package.json1.6.1 → 1.6.2 and adds the matching CHANGELOG entry.What's in this release (61 commits since v1.6.1)
Added
Changed
named/wildcard-transitive/wildcard-leaf/namespace(refactor(ingestion): split ImportSemantics into per-strategy hooks (Strategies 1-4) #886)configs/(refactor(ingestion): move class extraction configs to configs/ subdirectory #879)Fixed
ENOTEMPTYchains (fix: add preinstall cleanup to prevent ENOTEMPTY on global upgrade #843, fix: devendor tree-sitter-proto install lifecycle to prevent ENOTEMPTY on global upgrade #846)env.cacheDiruser-writable default (fix: set env.cacheDir to user-writable location #845)tree-sitter-c-sharppin,release-drafterv7 CIChore / Dependencies
glob,commander,@huggingface/transformers,@modelcontextprotocol/sdk,lru-cache,mnemonist,@ladybugdb/core,mermaid,tailwindcss,jsdom,wait-on,@vitest/coverage-v8actions/checkout,actions/upload-artifact,actions/setup-node,actions/cache,actions/github-script,dorny/paths-filter, plus semantic-PR / release-drafter / sticky-comment / gh-release botsSee
gitnexus/CHANGELOG.mdfor the full list with PR numbers.Release process
After this PR merges to
main:git tag v1.6.2 <merge-sha> && git push origin v1.6.2publish.ymltriggers on thev*tag and:gitnexus/package.jsonmatch (pre-checked in this PR)## [1.6.2]section fromgitnexus/CHANGELOG.mdas release notesTest plan
gitnexus-shared+gitnexusbuild clean (node scripts/build.js)gitnexus/package.jsonversion =1.6.2gitnexus/CHANGELOG.mdhas## [1.6.2] - 2026-04-18sectionv1.6.2→ publish.yml successRollback
If the npm publish fails after tag push, delete the tag and retry:
Then re-tag the same commit once the publish issue is fixed.