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
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,3 +446,23 @@ Open webpages in the host's default browser from the container:
446
446
```bash
447
447
"$BROWSER" https://www.duckietown.org
448
448
```
449
+
450
+
## Development & Releases
451
+
452
+
### Automated Releases
453
+
454
+
This repository uses automated semantic versioning for releases. Instead of manually creating tags like `v0.2.8`, you can now specify the type of release:
455
+
456
+
-**Go to Actions → Automated Release → Run workflow**
457
+
-**Choose version bump type:**
458
+
-`patch` - Bug fixes (6.2.12 → 6.2.13)
459
+
-`minor` - New features (6.2.12 → 6.3.0)
460
+
-`major` - Breaking changes (6.2.12 → 7.0.0)
461
+
462
+
The workflow automatically:
463
+
- Updates version numbers
464
+
- Creates git tags
465
+
- Generates changelogs
466
+
- Creates GitHub releases
467
+
468
+
For detailed instructions, see [docs/RELEASE_PROCESS.md](docs/RELEASE_PROCESS.md).
0 commit comments