File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Add `!` after the type for **major version bumps**:
9797feat! : 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 \
2812812 . ** 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
You can’t perform that action at this time.
0 commit comments