chore(release): cut 1.0.0 - #136
adityamparikh wants to merge 1 commit into
Conversation
|
I * think* that this actually needs to happen on our release branch.... I'm still wrapping my head around exactly how we do the release. |
b9ccc03 to
cfb9aab
Compare
The initial-version guidance assumed no release had been cut yet and suggested a v0.0.0 baseline tag. apache#136 pins 1.0.0 manually and is intended to land before this change, so the baseline should be v1.0.0 and automatic derivation takes over from the next commit onward. Comment-only; no change to the version calculation itself. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com>
|
Note for merge ordering: this conflicts with #35, which replaces this PR's The plan we're working to is this one first: cut 1.0.0 with the pinned version, tag |
Bump version from 1.0.0-SNAPSHOT to 1.0.0 in preparation for the 1.0.0 release. - build.gradle.kts: canonical Gradle project version - server.json: MCP package versions for stdio + streamable-http - AGENTS.md: status line (also clears the stale v0.0.2 reference) - README.md and dev-docs/*: jar filenames and example Docker tags Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com>
cfb9aab to
ae1d552
Compare
The initial-version guidance assumed no release had been cut yet and suggested a v0.0.0 baseline tag. apache#136 pins 1.0.0 manually and is intended to land before this change, so the baseline should be v1.0.0 and automatic derivation takes over from the next commit onward. Comment-only; no change to the version calculation itself. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com>
|
Closing: per the thread this needs to target |
Summary
1.0.0-SNAPSHOTto1.0.0inbuild.gradle.kts-SNAPSHOTfromserver.jsonMCP package versions (stdio + streamable-http)AGENTS.mdstatus line tov1.0.0(also clears the stalev0.0.2reference)solr-mcp-1.0.0.jar) and example Docker tags (solr-mcp:1.0.0) inREADME.mdanddev-docs/{DEPLOYMENT,DEVELOPMENT,TROUBLESHOOTING}.mdWorkflow files and
dev-docs/{WORKFLOWS,DOCKER_PUBLISHING}.mdare intentionally untouched — their remainingSNAPSHOTreferences describe theVERSION-SNAPSHOT-SHAmain-branch image-tag scheme, not the current project version.Test plan
./gradlew buildpasses locally (50s, BUILD SUCCESSFUL)v1.0.0-rc1and run the ASF release workflow once approved🤖 Generated with Claude Code