chore(release): bump nodeup-cli to 1.0.1 with binaryVersion sync and repo URL fix#107
Merged
Conversation
…repo URL fix Bump the npm wrapper to 1.0.1 for the rerelease: the 1.0.0 publish from 2026-07-01 had been unpublished earlier today (had bugs and was missing UI features that landed on main after the original publish). 1.0.1 incorporates the bug fixes and UI work that's accumulated since. - version: 1.0.0 -> 1.0.1 - binaryVersion: 1.0.0 -> 1.0.1 (must match the git tag that GoReleaser pushes — install.js downloads v<binaryVersion>/... artifacts) - repository.url: switch to the git+https:// form npm's modern metadata schema expects (silences "auto-corrected" warning at publish time) Closes #35 (publish step).
|
✔️ 63e14c7 - Conventional commits check succeeded. |
This was referenced Jul 3, 2026
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
Bump the
nodeup-clinpm wrapper from1.0.0to1.0.1for ther-publish. The original
1.0.0(published 2026-07-01) was unpublishedearlier today after the bugs it shipped and the absence of the UI
features that landed on
mainafter that publish came to light.1.0.1re-publishes the wrapper at a fresh version (npm enforces a24h cooldown on re-publishing the same name+version) with the
package.json
version,binaryVersion, andrepository.urlallfixed in one commit so the wrapper, the Go binary tag, and the npm
metadata are coherent.
version:1.0.0→1.0.1binaryVersion:1.0.0→1.0.1(kept in lockstep with the wrapperversion so
install.jsdownloadsv1.0.1artifacts;git tag -a v1.0.1on the merge commit will fire the matching Go release)repository.url: switched to thegit+https://github.com/...form npm's modern metadata schema expects — silences the
"auto-corrected" warning at publish time.
Linked issues
token model in
docs/release-checklist.md)Type of change
feat— new feature (MINOR bump)fix— bug fix (PATCH bump)refactor— no behavior changeperf— performance improvementdocs— documentation onlytest— tests onlychore— maintenance / dependency bumpci— CI/CD onlybuild— build system onlyChecklist
chore(release): ...)npm pack --dry-runand it produces exactly the 5 filesthe issue Release prep: publish nodeup-npm to npm registry on v1.0.0 cut #35 checklist requires (LICENSE, README.md,
package.json, scripts/check.js, scripts/install.js), no
warnings on the new
repository.urlformpackage.jsonis metadata only; theexisting
scripts/check_test.jsandscripts/install_test.jsdon't pin version strings
docs/release-checklist.mdisversion-agnostic
Screenshots / output
After this lands, the release flow is:
🤖 Generated with puku-cli