We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4ecb24 + ec77cd0 commit 3c0b38dCopy full SHA for 3c0b38d
README.md
@@ -131,13 +131,11 @@ java -jar build/libs/mcp-task-orchestrator-*.jar
131
132
## Release Information
133
134
-**🚀 Ready for 1.0.0 Release**
135
-
136
Version follows semantic versioning with git-based build numbers:
137
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`)
+- Format: `{major}.{minor}.{patch}.{git-commit-count}-{qualifier}`
+- Stable releases remove the qualifier (e.g., `1.0.0.123`)
+- Pre-releases include qualifier (e.g., `1.0.0.123-beta-01`)
141
142
Current versioning defined in [build.gradle.kts](build.gradle.kts).
143
0 commit comments