Skip to content

On branch edburns/dd-2794379-cosmetic-post-public-fixes Fix ARTIFACT_ID and CHANGELOG unreleased.#12

Merged
edburns merged 2 commits intogithub:mainfrom
edburns:edburns/dd-2794379-cosmetic-post-public-fixes
Mar 17, 2026
Merged

On branch edburns/dd-2794379-cosmetic-post-public-fixes Fix ARTIFACT_ID and CHANGELOG unreleased.#12
edburns merged 2 commits intogithub:mainfrom
edburns:edburns/dd-2794379-cosmetic-post-public-fixes

Conversation

@edburns
Copy link
Collaborator

@edburns edburns commented Mar 17, 2026

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.

…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.
Copilot AI review requested due to automatic review settings March 17, 2026 00:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md reference links to point at github/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>
@edburns edburns merged commit c7ffda7 into github:main Mar 17, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants