Skip to content

Commit 86018d4

Browse files
chore(main): release 4.0.0 (#332)
* chore(main): release 4.0.0 * chore: build dist and update README
1 parent ae78b76 commit 86018d4

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/push-build-information-action/compare/v3.2.6...v4.0.0) (2025-12-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update node to node 24 ([#331](https://github.com/OctopusDeploy/push-build-information-action/issues/331))
9+
10+
### Features
11+
12+
* Update node to node 24 ([#331](https://github.com/OctopusDeploy/push-build-information-action/issues/331)) ([ae78b76](https://github.com/OctopusDeploy/push-build-information-action/commit/ae78b76b497a2736850c1f6ff9377839c561b968))
13+
314
## [3.2.6](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.2.5...v3.2.6) (2025-07-31)
415

516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
steps:
2727
- uses: actions/checkout@v2
2828
- name: Push build information to Octopus Deploy 🐙
29-
uses: OctopusDeploy/push-build-information-action@v3
29+
uses: OctopusDeploy/push-build-information-action@v4
3030
with:
3131
packages: |
3232
<packageId1>

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
"postbuild": "ncc build out/index.js -o dist",
9090
"test": "jest --ci --reporters=default --reporters=jest-junit"
9191
},
92-
"version": "3.2.6"
92+
"version": "4.0.0"
9393
}

0 commit comments

Comments
 (0)