Skip to content

Commit a2f028d

Browse files
chore(main): release 4.0.0 (#240)
* chore(main): release 4.0.0 * chore: build dist and update README
1 parent 688c77e commit a2f028d

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/OctopusDeploy/deploy-release-action/compare/v3.3.0...v4.0.0) (2025-12-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Migrate to node 24
9+
10+
### Features
11+
12+
* Migrate to node 24 ([688c77e](https://github.com/OctopusDeploy/deploy-release-action/commit/688c77e8ae9fff642420b98863a76465fab08160))
13+
314
## [3.3.0](https://github.com/OctopusDeploy/deploy-release-action/compare/v3.2.3...v3.3.0) (2025-11-12)
415

516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
steps:
2929
# ...
3030
- name: Deploy a release in Octopus Deploy 🐙
31-
uses: OctopusDeploy/deploy-release-action@v3
31+
uses: OctopusDeploy/deploy-release-action@v4
3232
env:
3333
OCTOPUS_API_KEY: ${{ secrets.API_KEY }}
3434
OCTOPUS_URL: ${{ secrets.SERVER }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@
9393
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
9494
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
9595
},
96-
"version": "3.3.0"
96+
"version": "4.0.0"
9797
}

0 commit comments

Comments
 (0)