Skip to content

Prepare v3.6.0 release: notes + publishing doc#117

Merged
virtualian merged 1 commit into
mainfrom
107-release-v3.6.0
May 10, 2026
Merged

Prepare v3.6.0 release: notes + publishing doc#117
virtualian merged 1 commit into
mainfrom
107-release-v3.6.0

Conversation

@virtualian
Copy link
Copy Markdown
Owner

Summary

  • Rename ## Unreleased## [v3.6.0] — 2026-05-10 in RELEASE_NOTES.md and add the matching tag link reference.
  • Rewrite docs/dev/how-to/publishing.md to align with the Version Control Standard's mandated release process: npm version for atomic bump+commit+tag, and an explicit gh release create step so the GitHub Release accompanies every tag (per Mandate release notes and GitHub Release #112).

Tracks #107 (acceptance criterion: "npm release published containing the merged updates").

Out of scope

  • scripts/release.sh is now superseded by npm version (per Use npm version for release workflow #100) and the publishing doc no longer references it. Cleanup of the script itself is deferred — file a follow-up if it isn't already covered by an existing automation issue.

Test plan

  • npm run build succeeds on this branch
  • npm test — 105/105 pass on this branch
  • After merge: run the documented release flow end-to-end (npm version minor → push → npm publishgh release create)

Rename the Unreleased section to v3.6.0 with today's
date and add the matching tag link reference. Rewrite
the publishing how-to to use npm version (per the
Release Process in the Version Control Standard) and
add the GitHub Release step mandated by that standard.
Sign up for free to 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