You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,15 @@ jobs:
47
47
- **tag_prefix** _(optional)_ - A prefix to the tag name (default: `v`).
48
48
- **append_to_pre_release_tag** _(optional)_ - A suffix to the pre-release tag name (default: `<branch>`).
49
49
50
-
#### Customize the conventional commit messages
50
+
#### Customize the conventional commit messages & titles of changelog sections
51
51
52
-
- **custom_release_rules** _(optional)_ - Comma separated list of release rules. Format: `<keyword>:<release_type>`. Example: `hotfix:patch,pre-feat:preminor`.
52
+
- **custom_release_rules** _(optional)_ - Comma separated list of release rules.
53
+
54
+
__Format__: `<keyword>:<release_type>:<changelog_section>`where `<changelog_section>` is optional and will default to [Angular's conventions](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular).
0 commit comments