From 22655fe424e6ecd76f214aa16494d7a62485f249 Mon Sep 17 00:00:00 2001 From: team-github-bot <141112016+team-github-bot@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:57:47 +1000 Subject: [PATCH 1/2] chore(main): release 4.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da297daf..4d4be485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [4.0.0](https://github.com/OctopusDeploy/create-release-action/compare/v3.3.0...v4.0.0) (2025-12-09) + + +### ⚠ BREAKING CHANGES + +* Update node to node 24 ([#606](https://github.com/OctopusDeploy/create-release-action/issues/606)) + +### Features + +* Document use of custom fields ([#591](https://github.com/OctopusDeploy/create-release-action/issues/591)) ([c3b12c4](https://github.com/OctopusDeploy/create-release-action/commit/c3b12c4c0df42b378ab47b2c007bbc9dd85dc527)) +* Update node to node 24 ([#606](https://github.com/OctopusDeploy/create-release-action/issues/606)) ([9201b12](https://github.com/OctopusDeploy/create-release-action/commit/9201b12c4dcfb0fa8542fff9db4fd108a56b679c)) + + +### Bug Fixes + +* **deps:** update dependency tmp to v0.2.4 [security] ([#576](https://github.com/OctopusDeploy/create-release-action/issues/576)) ([02c0ac0](https://github.com/OctopusDeploy/create-release-action/commit/02c0ac01aaa929e46d2d3df9e165e917441b628a)) +* **deps:** update dependency tmp to v0.2.5 ([#579](https://github.com/OctopusDeploy/create-release-action/issues/579)) ([4537c5c](https://github.com/OctopusDeploy/create-release-action/commit/4537c5c674267ad979a5de146b112aea614ab1cf)) + ## [3.3.0](https://github.com/OctopusDeploy/create-release-action/compare/v3.2.4...v3.3.0) (2025-06-30) diff --git a/package-lock.json b/package-lock.json index 9facecd1..f0667b2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-release-action", - "version": "3.3.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-release-action", - "version": "3.3.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.11.1", diff --git a/package.json b/package.json index 089b4c00..32c06085 100644 --- a/package.json +++ b/package.json @@ -89,5 +89,5 @@ "test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit", "test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration" }, - "version": "3.3.0" + "version": "4.0.0" } From 4702e9621c5eeaed4b406d5cd50965487d009c2b Mon Sep 17 00:00:00 2001 From: team-github-bot Date: Tue, 9 Dec 2025 00:58:17 +0000 Subject: [PATCH 2/2] chore: build dist and update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec578a6e..b2ebd468 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ env: steps: # ... - name: Create a release in Octopus Deploy 🐙 - uses: OctopusDeploy/create-release-action@v3 + uses: OctopusDeploy/create-release-action@v4 with: project: 'MyProject' ``` @@ -51,7 +51,7 @@ env: steps: # ... - name: Create a release in Octopus Deploy 🐙 - uses: OctopusDeploy/create-release-action@v3 + uses: OctopusDeploy/create-release-action@v4 with: project: 'MyProject' git_ref: ${{ (github.ref_type == 'tag' && github.event.repository.default_branch ) || (github.head_ref || github.ref) }} @@ -68,7 +68,7 @@ env: steps: # ... - name: Create a release in Octopus Deploy 🐙 - uses: OctopusDeploy/create-release-action@v3 + uses: OctopusDeploy/create-release-action@v4 with: project: 'MyProject' packages: |