Skip to content

Finalize Neuroglancer production packaging release#8

Merged
den-sq merged 4 commits into
mainfrom
staging/release-packaging-smoke
Jul 2, 2026
Merged

Finalize Neuroglancer production packaging release#8
den-sq merged 4 commits into
mainfrom
staging/release-packaging-smoke

Conversation

@den-sq

@den-sq den-sq commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Finalizes Neuroglancer plugin production packaging release metadata.

  • Documents the production pin as v1.0.0 with the legacy release.zip asset.
  • Sets package metadata to version 1.0.0.
  • Adds release manifest metadata for future named artifacts.
  • Adds npm run validate:release and runs it in the release workflow.

Closes #6.

Validation

@den-sq den-sq self-assigned this Jul 2, 2026

@tavateva tavateva left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ READY

Issue coverage: Closes #6 (Finalize production packaging release).

What's here:

  • CI workflow gets a PR trigger + upload-artifact step, so the build runs on every relevant PR change rather than only on tags; the Upload Release step is correctly gated on startsWith(github.ref, 'refs/tags/').
  • Job renamed plugin-artifact; actions bumped to v4; artifact named neuroglancer-plugin-<tag>.zip (replaces the legacy bare release.zip).
  • build:release runs write-release-manifest.mjs to emit plugin-release.json; validate:release immediately asserts all required manifest fields match package.json and env — good.
  • package.json version bumped to 1.0.0.
  • README fixes the install URL (We-Gold → ChengLabResearch) and documents both the legacy v1.0.0 / release.zip pin (which Ouroboros #95 records as the production pin) and the new named-artifact format for future releases.

CI: plugin-artifact — ✅ pass (both runs).

No issues found.

@den-sq den-sq merged commit ae33c3f into main Jul 2, 2026
2 checks passed
@den-sq den-sq deleted the staging/release-packaging-smoke branch July 2, 2026 21:03
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.

Finalize production packaging release

2 participants