We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c77ab commit c6adad9Copy full SHA for c6adad9
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
# Example: chore(main): release 5.7.0 [skip-ci]
22
# ${scope} - parenthesis included, base branch name
23
pull-request-title-pattern: 'chore${scope}: release ${version} [skip-ci]'
24
- pull-request-header: 'Please run history action before releasing to generate release highlights'
+ pull-request-header: 'Please run the release_notes action before releasing to generate release highlights'
25
changelog-path: HISTORY.md
26
default-branch: main
27
0 commit comments