On branch edburns/dd-2794379-cosmetic-post-public-fixes Fix ARTIFACT_ID and CHANGELOG unreleased.#12
Merged
edburns merged 2 commits intogithub:mainfrom Mar 17, 2026
Conversation
…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.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates release/documentation metadata to reflect the github/copilot-sdk-java repository and the correct Maven artifact identifier, improving the correctness of generated GitHub Release notes and changelog reference links.
Changes:
- Deduplicates and updates
CHANGELOG.mdreference links to point atgithub/copilot-sdk-java. - Updates the Maven artifact ID used when templating GitHub Release notes to
copilot-sdk-java.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CHANGELOG.md | Removes duplicated link definitions and updates compare/release URLs to the new GitHub repo. |
| .github/workflows/publish-maven.yml | Uses the correct Maven artifact ID (copilot-sdk-java) when generating GitHub Release notes. |
You can also share your feedback on Copilot code review. Take the survey.
| [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 |
…e bypass list. modified: .github/workflows/publish-maven.yml - Get past this error > 2026-03-17T02:19:24.1791724Z remote: error: GH013: Repository rule violations found for refs/heads/main. > 2026-03-17T02:19:24.1794347Z remote: Review all repository rules at https://github.com/github/copilot-sdk-java/rules?ref=refs%2Fheads%2Fmain > 2026-03-17T02:19:24.1796233Z remote: > 2026-03-17T02:19:24.1797454Z remote: - Changes must be made through a pull request. > 2026-03-17T02:19:24.1798144Z remote: > 2026-03-17T02:19:24.1801994Z To https://github.com/github/copilot-sdk-java > 2026-03-17T02:19:24.1802675Z ! [remote rejected] main -> main (push declined due to repository rule violations) > 2026-03-17T02:19:24.1803495Z error: failed to push some refs to 'https://github.com/github/copilot-sdk-java' by making it so the push uses a PAT created by a person on the bypass list. modified: .gitignore - Ignore job logs. Signed-off-by: Ed Burns <edburns@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
modified: .github/workflows/publish-maven.yml
"copilot-sdk-java" to match pom.xml, ensuring the GitHub release
notes template renders correct Maven coordinates.
modified: CHANGELOG.md