Skip to content

Conversation

@rlmestre
Copy link
Collaborator

@rlmestre rlmestre commented Sep 2, 2025

No description provided.

@rlmestre rlmestre requested a review from Copilot September 2, 2025 15:54
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

This PR adds automated release build functionality and refines the test execution pattern. It introduces a GitHub Actions workflow that automatically publishes built artifacts to a release-build branch when changes are pushed to main.

  • Adds a new GitHub Actions workflow for automated release builds on main branch pushes
  • Updates the test script pattern to be less recursive (from src/**/*.test.* to src/*.test.*)
  • Removes the "prepare" npm script that was automatically building on install

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates test pattern and removes prepare script
.github/workflows/release-build.yml New workflow for publishing release artifacts to a dedicated branch

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@rlmestre rlmestre merged commit c4a9d97 into main Sep 2, 2025
7 checks passed
@rlmestre rlmestre deleted the feat/release-build-branches branch September 2, 2025 16:12
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.

3 participants