From d31dd0892adc08c7f2e7fc5c69fc0534a64a97d7 Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Thu, 4 Dec 2025 23:43:46 +0200 Subject: [PATCH] Trigger release --- .github/workflows/publish.yml | 12 ++++++++++++ packages/core/package.json | 2 +- packages/gcp-pubsub/README.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 747d509f..c7d7f1a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,9 +33,17 @@ jobs: echo "Version bump: patch" fi + - name: Debug PR info + run: | + echo "PR base SHA: ${{ github.event.pull_request.base.sha }}" + echo "PR head SHA: ${{ github.event.pull_request.head.sha }}" + echo "Comparing changes between these commits..." + - id: filter uses: dorny/paths-filter@v3 with: + base: ${{ github.event.pull_request.base.sha }} + ref: ${{ github.event.pull_request.head.sha }} filters: | pkg_core: - 'packages/core/**' @@ -74,6 +82,10 @@ jobs: - 'packages/schemas/**' - '!packages/schemas/test/**' + - name: Debug filter output + run: | + echo "Changed packages: ${{ steps.filter.outputs.changes }}" + bump-versions: needs: detect-changes if: needs.detect-changes.outputs.changed != '[]' diff --git a/packages/core/package.json b/packages/core/package.json index 53737d53..d903ef0c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -40,7 +40,7 @@ "@biomejs/biome": "^2.3.8", "@lokalise/biome-config": "^3.1.0", "@lokalise/tsconfig": "^3.0.0", - "@types/node": "^24.0.3", + "@types/node": "^24.10.1", "@types/tmp": "^0.2.6", "@vitest/coverage-v8": "^3.2.4", "awilix": "^12.0.5", diff --git a/packages/gcp-pubsub/README.md b/packages/gcp-pubsub/README.md index cd2ca496..644a4f2a 100644 --- a/packages/gcp-pubsub/README.md +++ b/packages/gcp-pubsub/README.md @@ -1,5 +1,5 @@ # @message-queue-toolkit/gcp-pubsub - + Google Cloud Pub/Sub implementation for the message-queue-toolkit. Provides a robust, type-safe abstraction for publishing and consuming messages from Google Cloud Pub/Sub topics and subscriptions. ## Table of Contents