From 82fca5b6159596f86469d43d7e1b078ba90ef9c5 Mon Sep 17 00:00:00 2001 From: Evandro Fonseca Junior Date: Thu, 27 Nov 2025 23:02:59 -0300 Subject: [PATCH 1/2] chore: update pnpm workspace configuration - Added root package to the pnpm workspace configuration to streamline dependency management across the project. --- pnpm-workspace.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8b16180..88a84c0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,6 @@ +packages: + - '.' + onlyBuiltDependencies: - sharp - unrs-resolver From 3a9bdcac2c613d702555d3f1b8fd90b5b7191f4e Mon Sep 17 00:00:00 2001 From: Evandro Fonseca Junior Date: Thu, 27 Nov 2025 23:03:58 -0300 Subject: [PATCH 2/2] chore: add 'develop' branch to release workflow triggers - Included 'develop' branch in the GitHub Actions release workflow to enable automated releases from the development branch, enhancing CI/CD processes. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5febab1..7f104df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: branches: - main - master + - develop workflow_dispatch: env: