Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
On branch edburns/dd-2794379-cosmetic-post-public-fixes Fix ARTIFACT_…
…ID and CHANGELOG unreleased.

modified:   .github/workflows/publish-maven.yml
- publish-maven.yml: Fix ARTIFACT_ID from "copilot-sdk" to
  "copilot-sdk-java" to match pom.xml, ensuring the GitHub release
  notes template renders correct Maven coordinates.

modified:   CHANGELOG.md

- CHANGELOG.md: Update all version comparison links from
  copilot-community-sdk/copilot-sdk-java to github/copilot-sdk-java
  to reflect the repo transfer. Deduplicate three redundant link
  blocks into one.
  • Loading branch information
edburns committed Mar 17, 2026
commit 9aaffc935090493518afb0c35fca6cdfbcfe9c77
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
run: |
VERSION="${{ needs.publish-maven.outputs.version }}"
GROUP_ID="com.github"
ARTIFACT_ID="copilot-sdk"
ARTIFACT_ID="copilot-sdk-java"
CURRENT_TAG="v${VERSION}"

if gh release view "${CURRENT_TAG}" >/dev/null 2>&1; then
Expand Down
31 changes: 13 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,21 +427,16 @@ New types: `GetForegroundSessionResponse`, `SetForegroundSessionResponse`
- Pre-commit hook for Spotless code formatting
- Comprehensive API documentation

[Unreleased]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.11...HEAD
[1.0.11]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.10...v1.0.11
[Unreleased]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.11...HEAD
[1.0.11]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.9...v1.0.10
[Unreleased]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.11...HEAD
[1.0.11]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.9...v1.0.10
[1.0.9]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.8...v1.0.9
[1.0.8]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.7...v1.0.8
[1.0.7]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/copilot-community-sdk/copilot-sdk-java/compare/1.0.0...v1.0.1
[1.0.0]: https://github.com/copilot-community-sdk/copilot-sdk-java/releases/tag/1.0.0
[Unreleased]: https://github.com/github/copilot-sdk-java/compare/v1.0.11...HEAD
[1.0.11]: https://github.com/github/copilot-sdk-java/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/github/copilot-sdk-java/compare/v1.0.9...v1.0.10
[1.0.9]: https://github.com/github/copilot-sdk-java/compare/v1.0.8...v1.0.9
[1.0.8]: https://github.com/github/copilot-sdk-java/compare/v1.0.7...v1.0.8
[1.0.7]: https://github.com/github/copilot-sdk-java/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/github/copilot-sdk-java/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/github/copilot-sdk-java/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/github/copilot-sdk-java/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/github/copilot-sdk-java/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/github/copilot-sdk-java/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/github/copilot-sdk-java/compare/1.0.0...v1.0.1
[1.0.0]: https://github.com/github/copilot-sdk-java/releases/tag/1.0.0
Loading