From aab573a974e2a9fab65d5ea9b17ca9b227ab1f96 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Thu, 5 Feb 2026 15:16:16 +0300 Subject: [PATCH] Change release branch from to in npm release workflow --- .github/workflows/npm-release.yml | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"