Skip to content

Commit c9e6ff1

Browse files
chore(main): release 4.1.0
1 parent 70d5f6b commit c9e6ff1

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/run-runbook-action/compare/v4.0.0...v4.1.0) (2026-01-01)
4+
5+
6+
### Features
7+
8+
* Add workflow to check for conventional commit format PR title ([#514](https://github.com/OctopusDeploy/run-runbook-action/issues/514)) ([b5341cf](https://github.com/OctopusDeploy/run-runbook-action/commit/b5341cfc5e55b5e0c54876d47c2ebf35ebb6f31e))
9+
310
## [4.0.0](https://github.com/OctopusDeploy/run-runbook-action/compare/v3.3.1...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
@@ -87,5 +87,5 @@
8787
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
8888
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
8989
},
90-
"version": "4.0.0"
90+
"version": "4.1.0"
9191
}

0 commit comments

Comments
 (0)