File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,21 @@ jobs:
130130 env :
131131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
132132 run : |
133+ # Create release notes template
134+ cat > release_notes.md << 'EOF'
135+ This release contains updates of the following upstream components:
136+
137+ OpenTelemetry Java - <opentelemetry-java version number - e.g. 1.45.0>
138+ OpenTelemetry Java Contrib - <opentelemetry-java-contrib version number - e.g. 1.39.0>
139+ Opentelemetry Instrumentation for Java - <opentelemetry-java-instrumentation version number - e.g. 2.11.0>
140+
141+ This release also publishes to public ECR and Maven Central.
142+ * See ADOT Java auto-instrumentation Docker image v${{ github.event.inputs.version }} in our public ECR repository:
143+ https://gallery.ecr.aws/aws-observability/adot-autoinstrumentation-java
144+ * See version ${{ github.event.inputs.version }} in our Maven Central repository:
145+ https://central.sonatype.com/artifact/software.amazon.opentelemetry/aws-opentelemetry-agent
146+ EOF
147+
133148 gh release create --target "$GITHUB_REF_NAME" \
134149 --title "Release v${{ github.event.inputs.version }}" \
135150 --draft \
You can’t perform that action at this time.
0 commit comments