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
| TYPE | The type of commits you want to add to CHANGELOG. See **NOTES 3** | no | `'feat:Feature,fix:Fix'` |
59
+
| COMMITTER | The committer you want to use to update file. See **NOTES 4** | no | `''` which means default committer |
60
+
| DEFAULT_SCOPE | The default scope to hold all unscoped commits | no | `general` |
61
+
| SUPPRESS_UNSCOPED | Whether to exclude unscoped commits | no | false |
62
+
| UNRELEASED_COMMITS | Whether to include unreleased commits in the changelog | no | false |
63
+
| REGENERATE_COUNT | Regenerate n recent releases' changelog. See **NOTES 5** | no | 0 |
64
+
| REPLACE_EMPTY_RELEASE_INFO | Replace empty release info with some words | no | false |
65
65
66
66
**NOTES 1**: `${{secrets.GITHUB_TOKEN}}` has a [rate limit](https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting) smaller than Personal Access Token (PAT), so if you have much more requests(commits, prs, etc.) or face a 403 rate-limit-error, use PAT instead.
67
67
@@ -77,7 +77,9 @@ jobs:
77
77
78
78
> ```markdown
79
79
> <!-- HIDE IN CHANGELOG BEGIN -->
80
+
>
80
81
> See CHANGELOG for more details. This line will be hided when changelog is generated.
0 commit comments