Edburns/remove pr 1524 test java publish update notes to point to docs#1543
Merged
edburns merged 5 commits intoJun 2, 2026
Merged
Conversation
Add back the Documentation and Javadoc links that were present in
copilot-sdk-java releases but removed during the mono-repo migration.
The links use the ${VERSION} variable so they resolve correctly for
each release via envsubst.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Move the documentation site deployment trigger from the temporary PR-1524 test workflow into java-publish-maven.yml as a new job that runs after the GitHub Release job. The version is sourced dynamically from publish-maven outputs. Remove the standalone test workflow. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Integrates the PR-1524 “test site deployment trigger” into the main Java Maven publish workflow and updates Java release notes to include documentation links, while removing the now-obsolete temporary workflow.
Changes:
- Removed the temporary PR-1524 Java publish/site-deploy test workflow.
- Added a
deploy-sitejob tojava-publish-maven.ymlto trigger documentation site deployment ingithub/copilot-sdk-javaafter a successful release onmain. - Updated the Java release notes template to include Documentation + Javadoc links for the released version.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/PR-1524-test-java-publish-maven.yml |
Deletes the temporary PR-specific workflow used to validate site deployment triggering. |
.github/workflows/java.notes.template |
Adds per-version Documentation/Javadoc links to the release notes Installation section. |
.github/workflows/java-publish-maven.yml |
Adds a post-release deploy-site job that dispatches deploy-site.yml in the standalone Java docs repo. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 1
…elease. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ate-notes-to-point-to-docs
…ate-notes-to-point-to-docs
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.
No description provided.