Skip to content

Commit 4b23d3f

Browse files
authored
fix: add “blog” commit message scope, document scopes (#1808)
1 parent 7fb94bc commit 4b23d3f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/semantic-pull-requests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
scopes: |
2626
a11y
27+
blog
2728
deps
2829
docs
2930
cli

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ Format: `type(scope): description`
10331033
10341034
**Types:** `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert`
10351035
1036-
**Scopes (optional):** `docs`, `i18n`, `deps`
1036+
**Scopes (optional):** `a11y`, `blog`, `deps`, `docs`, `cli`, `i18n`, `ui`
10371037
10381038
**Examples:**
10391039

0 commit comments

Comments
 (0)