diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 6c8227d..a39826c 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -12,7 +12,7 @@ jobs: release: uses: udx/reusable-workflows/.github/workflows/npm-release-ops.yml@master with: - release_branch: "master" + release_branch: "latest" dist_dir: "." secrets: slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e0707b7..cb2be9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.0.3] - 2026-02-05 + +### Changed + +- Change release branch from `master` to `latest` in npm release workflow + ## [3.0.2] - 2026-02-05 ### Removed diff --git a/package.json b/package.json index 55454d2..0893b2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@udx/worker-deployment", - "version": "3.0.2", + "version": "3.0.3", "description": "Docker container runner with YAML configuration and automatic GCP authentication (keys, Workload Identity, impersonation)", "bin": { "worker": "bin/worker"