Skip to content

docs: update release process for git-dependency consumption - #7

Closed
vivek-perforce wants to merge 1 commit into
masterfrom
vivek/update-release-process-docs
Closed

docs: update release process for git-dependency consumption#7
vivek-perforce wants to merge 1 commit into
masterfrom
vivek/update-release-process-docs

Conversation

@vivek-perforce

Copy link
Copy Markdown

Summary

Documents the actual release process now that this package is installed as a git dependency (see #5, #6) rather than published to Nexus:

  • Replaces the npm run patch-release/etc. steps (which end in npm publish) with npm version patch/minor/major + push tag.
  • Notes that prepare builds lib/ automatically for git-dependency installs, so publishing isn't needed.
  • Flags the existing release/patch-release/etc. scripts in package.json as legacy, tied to the retired Nexus registry.

Test plan

Docs-only change, no code affected.

The Nexus registry this package used to publish to has been retired.
Consumers now install it via a git URL, and prepare builds lib/
automatically, so npm publish is no longer part of the release flow.
@vivek-perforce
vivek-perforce deleted the vivek/update-release-process-docs branch July 28, 2026 05:41
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vivek-perforce