Skip to content

Commit 3809ed1

Browse files
committed
On branch edburns/dd-2785864-pre-public-non-code-changes Disclaimer and versioning.
modified: .github/templates/index.html modified: .github/workflows/notes.template
1 parent 6362bdc commit 3809ed1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1>Copilot SDK for <span class="gradient-text">Java</span></h1>
3333
<main class="container">
3434

3535
<div class="alert alert-warning">
36-
⚠️ <strong>Disclaimer:</strong>This is the official Java SDK for GitHub Copilot. This repository treats the official .NET and nodejs SDKs for GitHub Copilot as reference implementations. These SDKS are all officially supported as GitHub open source projects. The Java implementation follows the backward compatibility guarantees offered by the reference implementations. As such this implementation may introduce breaking changes, according to the policy declared by the reference implementations. Use at your own risk.
36+
⚠️ <strong>Disclaimer:</strong> This is the official Java SDK for GitHub Copilot. This repository treats the official .NET and nodejs SDKs for GitHub Copilot as reference implementations. These SDKS are all officially supported as GitHub open source projects. The Java implementation follows the backward compatibility guarantees offered by the reference implementations. As such this implementation may introduce breaking changes, according to the policy declared by the reference implementations. Use at your own risk.
3737
</div>
3838

3939
<div class="alert alert-warning">

.github/workflows/notes.template

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Installation
22

3-
> ⚠️ **Disclaimer:** This SDK tracks the pre-GA GitHub Copilot SDKs for .NET and nodejs. This SDK may change in breaking ways. Use at your own risk.
3+
⚠️ **Disclaimer:** This is the official Java SDK for GitHub Copilot. This repository treats the official .NET and nodejs SDKs for GitHub Copilot as reference implementations. These SDKS are all officially supported as GitHub open source projects. The Java implementation follows the backward compatibility guarantees offered by the reference implementations. As such this implementation may introduce breaking changes, according to the policy declared by the reference implementations. Use at your own risk.
4+
5+
⚠️ **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 relase 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 impementation release, and `N` is a monotonically increasing sequence number starting with 0 for each release. See the corrseponding architectural decision record for more information in the `docs/adr` directory of the source code.
46

57
📦 [View on Maven Central](https://central.sonatype.com/artifact/${GROUP_ID}/${ARTIFACT_ID}/${VERSION})
68

@@ -23,4 +25,4 @@ implementation("${GROUP_ID}:${ARTIFACT_ID}:${VERSION}")
2325
## Gradle (Groovy DSL)
2426
```groovy
2527
implementation '${GROUP_ID}:${ARTIFACT_ID}:${VERSION}'
26-
```
28+
```

0 commit comments

Comments
 (0)