Skip to content

Commit 79dcc01

Browse files
chore(main): release 4.1.0
1 parent 075c356 commit 79dcc01

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

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/create-release-action/compare/v4.0.0...v4.1.0) (2025-12-17)
4+
5+
6+
### Features
7+
8+
* Add workflow to check for conventional commit format PR title ([#611](https://github.com/OctopusDeploy/create-release-action/issues/611)) ([2d92dba](https://github.com/OctopusDeploy/create-release-action/commit/2d92dba1227edd614174384772a1a5593a22831f))
9+
310
## [4.0.0](https://github.com/OctopusDeploy/create-release-action/compare/v3.3.0...v4.0.0) (2025-12-09)
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
@@ -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": "4.0.0"
92+
"version": "4.1.0"
9393
}

0 commit comments

Comments
 (0)