Skip to content

Commit fdd5593

Browse files
authored
Merge branch 'main' into fix/tanstack-start-package
2 parents e63f16f + 0fd5a7d commit fdd5593

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@ jobs:
3434
The subject "{subject}" found in the pull request title "{title}"
3535
didn't match the configured pattern. Please ensure that the subject
3636
doesn't start with an uppercase character.
37+
38+
Examples:
39+
✅ chore(ui): fix button spacing
40+
✅ docs: update README
41+
❌ chore(ui): Fix button spacing
3742
env:
3843
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/content/2.guide/1.features.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,10 @@ When set to `true`, this parameter replaces the static category label (like "ver
195195
| ------------- | -------------------- | ---------------- |
196196
| **Version** | `version \| 3.12.0` | `nuxt \| 3.12.0` |
197197
| **Downloads** | `downloads/mo \| 2M` | `lodash \| 2M` |
198+
199+
##### `style`
200+
201+
Overrides the default badge appearance. Pass `shieldsio` to use the shields.io-compatible style.
202+
203+
- **Default**: `default`
204+
- **Usage**: `?style=shieldsio`

0 commit comments

Comments
 (0)