Skip to content

Commit 9c4fb73

Browse files
committed
fix: adjust command argument order and clean up whitespace
1 parent cf98266 commit 9c4fb73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/releases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Add `!` after the type for **major version bumps**:
9797
feat!: remove deprecated theme builder API
9898
# Version: 0.3.0 → 1.0.0
9999

100-
fix!: change command argument order
100+
fix!: change command argument order
101101
# Version: 0.3.0 → 1.0.0
102102
```
103103

@@ -236,7 +236,7 @@ gh api repos/OpenForgeProject/mageforge/branches/main/protection \
236236
```bash
237237
# View recent commits
238238
git log --oneline main -10
239-
239+
240240
# Must have format: feat:, fix:, etc.
241241
```
242242

@@ -281,7 +281,7 @@ gh api repos/OpenForgeProject/mageforge/branches/main/protection \
281281
2. **Check format**: Release Please expects specific format
282282
```markdown
283283
# Changelog for MageForge
284-
284+
285285
## [0.3.1] - 2026-01-12
286286
### Fixed
287287
- fix: something
@@ -291,7 +291,7 @@ gh api repos/OpenForgeProject/mageforge/branches/main/protection \
291291
```bash
292292
# Check current manifest
293293
cat .release-please-manifest.json
294-
294+
295295
# Should show: {"src": "0.3.1"}
296296
```
297297

0 commit comments

Comments
 (0)