Skip to content

Commit

Permalink
Stop publishing announcement on release (#5971)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Nov 10, 2023
1 parent f44d991 commit aca4157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
gh release create --target $GITHUB_REF_NAME \
--title "Version $VERSION" \
--notes-file /tmp/release-notes.txt \
--discussion-category announcements \
v$VERSION
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ for support or general questions. Feel free to drop us a line.
We are also present in the [`#otel-java`](https://cloud-native.slack.com/archives/C014L2KCTE3) channel in the [CNCF slack](https://slack.cncf.io/).
Please join us for more informal discussions.

To report a bug, or request a new feature,
please [open an issue](https://github.com/open-telemetry/opentelemetry-java/issues/new/choose).

## Overview

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

0 comments on commit aca4157

Please sign in to comment.