Skip to content

Commit fe4cbdc

Browse files
chore(main): release 4.1.0
1 parent 47afc50 commit fe4cbdc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [4.1.0](https://github.com/OctopusDeploy/deploy-release-action/compare/v4.0.0...v4.1.0) (2026-01-14)
4+
5+
6+
### Features
7+
8+
* Add workflow to check for conventional commit format PR title ([#244](https://github.com/OctopusDeploy/deploy-release-action/issues/244)) ([ffafb83](https://github.com/OctopusDeploy/deploy-release-action/commit/ffafb83a615d98ce73eb1b82578f2aaeb58b487e))
9+
310
## [4.0.0](https://github.com/OctopusDeploy/deploy-release-action/compare/v3.3.0...v4.0.0) (2025-12-10)
411

512

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": "4.0.0"
96+
"version": "4.1.0"
9797
}

0 commit comments

Comments
 (0)