Skip to content

Commit 1d170d8

Browse files
chore(main): release 4.0.0 (#229)
1 parent 8b45535 commit 1d170d8

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/OctopusDeploy/deploy-release-tenanted-action/compare/v3.2.3...v4.0.0) (2025-12-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Migrate to node 24 ([#228](https://github.com/OctopusDeploy/deploy-release-tenanted-action/issues/228))
9+
10+
### Features
11+
12+
* Add workflow to check for conventional commit format PR title ([#234](https://github.com/OctopusDeploy/deploy-release-tenanted-action/issues/234)) ([817943f](https://github.com/OctopusDeploy/deploy-release-tenanted-action/commit/817943f0a7b442928a239938016806c66b88d8bf))
13+
* Migrate to node 24 ([#228](https://github.com/OctopusDeploy/deploy-release-tenanted-action/issues/228)) ([9a32ca1](https://github.com/OctopusDeploy/deploy-release-tenanted-action/commit/9a32ca1f560c7910188e15e83f20498d2286c464))
14+
315
## [3.2.3](https://github.com/OctopusDeploy/deploy-release-tenanted-action/compare/v3.2.2...v3.2.3) (2025-03-12)
416

517

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-tenanted-action@v3
31+
uses: OctopusDeploy/deploy-release-tenanted-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
@@ -89,5 +89,5 @@
8989
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
9090
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
9191
},
92-
"version": "3.2.3"
92+
"version": "4.0.0"
9393
}

0 commit comments

Comments
 (0)