Skip to content

Commit c24d6dd

Browse files
chore: Release 5.5.0 [skip ci]
1 parent b05f5f6 commit c24d6dd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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+
## [5.5.0](https://github.com/amannn/action-semantic-pull-request/compare/v5.4.0...v5.5.0) (2024-04-23)
4+
5+
6+
### Features
7+
8+
* Add outputs for `type`, `scope` and `subject` ([#261](https://github.com/amannn/action-semantic-pull-request/issues/261) by [@bcaurel](https://github.com/bcaurel)) ([b05f5f6](https://github.com/amannn/action-semantic-pull-request/commit/b05f5f6423ef5cdfc7fdff00c4c10dd9a4f54aff))
9+
310
## [5.4.0](https://github.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0) (2023-11-03)
411

512

dist/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37154,6 +37154,9 @@ module.exports = async function validatePrTitle(
3715437154
parserOpts.headerCorrespondence = headerPatternCorrespondence;
3715537155
}
3715637156
const result = parser(prTitle, parserOpts);
37157+
core.setOutput('type', result.type);
37158+
core.setOutput('scope', result.scope);
37159+
core.setOutput('subject', result.subject);
3715737160

3715837161
function printAvailableTypes() {
3715937162
return `Available types:\n${types

0 commit comments

Comments
 (0)