Skip to content

Commit 3c0b38d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents d4ecb24 + ec77cd0 commit 3c0b38d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,11 @@ java -jar build/libs/mcp-task-orchestrator-*.jar
131131

132132
## Release Information
133133

134-
**🚀 Ready for 1.0.0 Release**
135-
136134
Version follows semantic versioning with git-based build numbers:
137135

138-
- Format: `{major}.{minor}.{git-commit-count}-{qualifier}`
139-
- Stable releases remove the qualifier (e.g., `1.0.123`)
140-
- Pre-releases include qualifier (e.g., `1.0.123-beta-01`)
136+
- Format: `{major}.{minor}.{patch}.{git-commit-count}-{qualifier}`
137+
- Stable releases remove the qualifier (e.g., `1.0.0.123`)
138+
- Pre-releases include qualifier (e.g., `1.0.0.123-beta-01`)
141139

142140
Current versioning defined in [build.gradle.kts](build.gradle.kts).
143141

0 commit comments

Comments
 (0)