Skip to content

Commit aca4157

Browse files
authored
Stop publishing announcement on release (#5971)
1 parent f44d991 commit aca4157

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
gh release create --target $GITHUB_REF_NAME \
121121
--title "Version $VERSION" \
122122
--notes-file /tmp/release-notes.txt \
123-
--discussion-category announcements \
124123
v$VERSION
125124
126125
echo "version=$VERSION" >> $GITHUB_OUTPUT

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ for support or general questions. Feel free to drop us a line.
3636
We are also present in the [`#otel-java`](https://cloud-native.slack.com/archives/C014L2KCTE3) channel in the [CNCF slack](https://slack.cncf.io/).
3737
Please join us for more informal discussions.
3838

39+
To report a bug, or request a new feature,
40+
please [open an issue](https://github.com/open-telemetry/opentelemetry-java/issues/new/choose).
41+
3942
## Overview
4043

4144
OpenTelemetry is the merging of OpenCensus and OpenTracing into a single project.

0 commit comments

Comments
 (0)