Skip to content

Use GitHub releases#15

Open
tnotheis wants to merge 3 commits intomainfrom
use-github-releases
Open

Use GitHub releases#15
tnotheis wants to merge 3 commits intomainfrom
use-github-releases

Conversation

@tnotheis
Copy link
Member

No description provided.

@tnotheis tnotheis self-assigned this Mar 20, 2026
Copilot AI review requested due to automatic review settings March 20, 2026 09:12
@tnotheis tnotheis added the ci label Mar 20, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the release/publish pipeline to publish the npm workspaces using the git tag name as the version, aligning publishing with tagged releases rather than commits to main.

Changes:

  • Switch GitHub Actions publish workflow trigger from main pushes to tag pushes and pass tag name as VERSION.
  • Replace the previous publish script with a version-aware workspace publish script (.ci/publishNpm.sh).
  • Add a CI build script to install, build, lint, and run audit/license checks.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/publish.yml Triggers publishing on tags and passes tag name into the publish script.
.ci/publishNpm.sh Sets workspace versions based on VERSION, adjusts dependency versions, and publishes workspaces.
.ci/publish.sh Removes old publish script.
.ci/build.sh Adds CI build/lint/audit steps prior to publishing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tnotheis tnotheis force-pushed the use-github-releases branch from cad12f7 to bad0a1c Compare March 20, 2026 09:24
@tnotheis tnotheis enabled auto-merge (squash) March 20, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants