Conversation
There was a problem hiding this comment.
Pull request overview
Automated release PR updating the project’s snapshot version to v0.1.26.0-SNAPSHOT across build metadata and documentation, and recording the new version in the changelog.
Changes:
- Bump
build.cljversion to0.1.26.0-SNAPSHOT. - Update README dependency coordinates and git SHA.
- Add
0.1.26.0-SNAPSHOTsection and update comparison links inCHANGELOG.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| build.clj | Updates the build/version used for packaging and publishing. |
| README.md | Updates installation coordinates and git SHA to match the new snapshot version. |
| CHANGELOG.md | Adds a new snapshot version header and adjusts comparison links accordingly. |
| ;; From Maven Central | ||
| io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.1.25.5"} | ||
| io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.1.26.0-SNAPSHOT"} | ||
|
|
||
| ;; Or git dependency | ||
| io.github.copilot-community-sdk/copilot-sdk-clojure {:git/url "https://github.com/copilot-community-sdk/copilot-sdk-clojure.git" | ||
| :git/sha "9e9c76a704322da632933aa4cdb606b5389a531a"} | ||
| :git/sha "b3b788d9c43b3d97ab944f87d3806f34166324ab"} |
There was a problem hiding this comment.
The README installation snippet labels this dependency as coming from Maven Central, but 0.1.26.0-SNAPSHOT is a SNAPSHOT version. SNAPSHOT artifacts are typically only available from the Maven snapshots repository (and this repo’s build tooling even deploys snapshots to Sonatype’s maven-snapshots URL), so users following this snippet may not be able to resolve the dependency. Consider keeping the Maven Central example on the latest non-SNAPSHOT release, or add explicit instructions + repository configuration for consuming SNAPSHOT builds.
Automated release PR for v0.1.26.0-SNAPSHOT. Created by the Release workflow (run 22230210210).