Skip to content

ci(release): restore alpha publishing and docs deployment [Codex] - #355

Open
jderochervlk wants to merge 1 commit into
mainfrom
fix-release-publishing-docs
Open

ci(release): restore alpha publishing and docs deployment [Codex]#355
jderochervlk wants to merge 1 commit into
mainfrom
fix-release-publishing-docs

Conversation

@jderochervlk

@jderochervlk jderochervlk commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Context

The CI workflow combined verification, npm publishing, and documentation deployment under workflow-level write permissions, while package versions and installation guidance used the experimental channel. Publishing also depended on a repository secret instead of npm trusted publishing.

This restores main-branch releases through a dedicated job and keeps write permissions scoped to the jobs that require them.

Changes

  • keep validation, documentation generation, and package creation in the build job using Node.js 24
  • upload the packed tarball as an artifact, then download and publish it from a main-branch-only release job with OIDC access
  • publish commit-specific prereleases with the alpha suffix and npm dist-tag
  • scope GitHub Pages permissions to the documentation deployment job
  • update README and documentation badges, install commands, and generated version metadata to use the alpha channel

@jderochervlk jderochervlk changed the title ci: restore alpha releases and docs deployment ci(release): restore alpha publishing and docs deployment [Codex] Sep 3, 2026
@jderochervlk
jderochervlk marked this pull request as ready for review September 3, 2026 13:28
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