Skip to content

Improve pipelines and use GitHub releases#15

Merged
tnotheis merged 16 commits intomainfrom
use-github-releases
Mar 26, 2026
Merged

Improve pipelines and use GitHub releases#15
tnotheis merged 16 commits intomainfrom
use-github-releases

Conversation

@tnotheis
Copy link
Copy Markdown
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 Continuous Integration related stuff label Mar 20, 2026
Copy link
Copy Markdown

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
Copy link
Copy Markdown
Member

@Milena-Czierlinski Milena-Czierlinski left a comment

Choose a reason for hiding this comment

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

When we switched to GH Releases in other repos, there were some more files we adjusted/added, like a PR template, a file with labels, how the release notes should be generated from it and the hardcoded version from the package.json (and lock) must be removed. You can see that e.g. here nmshd/connector-tui#62 + https://github.com/nmshd/connector-tui/pull/63/changes.

Copy link
Copy Markdown

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

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


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

tnotheis and others added 2 commits March 24, 2026 12:05
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@tnotheis tnotheis force-pushed the use-github-releases branch from 9eccc28 to 8eb28de Compare March 24, 2026 11:10
@tnotheis tnotheis changed the title Use GitHub releases Improve pipelines and use GitHub releases Mar 24, 2026
@tnotheis tnotheis merged commit 9ce72cb into main Mar 26, 2026
6 checks passed
@tnotheis tnotheis deleted the use-github-releases branch March 26, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration related stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants