Skip to content

Commit 1733375

Browse files
edburnsCopilot
andcommitted
Restore Documentation and Javadoc links in release notes template
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>
1 parent 64c606f commit 1733375

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/java.notes.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
⚠️ **Artifact versioning plan:** Releases of this implementation track releases of the reference implementation. For each release of the reference implementation, there may follow a corresponding release of this implementation with the same number as the reference implementation. Release identifiers of the reference implementation are in the form `vMaj.Min.Micro`. For example v0.1.32. The corresponding maven version for the release will be `Maj.Min.Micro-java.N`, where `Maj`, `Min` and `Micro` are the corresponding numbers for the reference implementation release, and `N` is a monotonically increasing sequence number starting with 0 for each release. See the corresponding architectural decision record for more information in the `docs/adr` directory of the source code.
66

77
📦 [View on Maven Central](https://central.sonatype.com/artifact/${GROUP_ID}/${ARTIFACT_ID}/${VERSION})
8+
9+
📖 [Documentation](https://github.github.io/copilot-sdk-java/${VERSION}/) · [Javadoc](https://github.github.io/copilot-sdk-java/${VERSION}/apidocs/index.html)
810
<!-- END_INSTALLATION_SECTION -->
911

1012
## Maven

0 commit comments

Comments
 (0)