Small release doc update (#6878)

This commit is contained in:
Trask Stalnaker 2022-10-14 08:54:01 -07:00 committed by GitHub
parent 3601a84b3d
commit 461420110a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ the second Monday of the month (roughly a few of days after the monthly minor re
## Preparing a new major or minor release
* Close the release milestone if there is one.
* Close the [release milestone](https://github.com/open-telemetry/opentelemetry-java-instrumentation/milestones)
if there is one.
* Merge a pull request to `main` updating the `CHANGELOG.md`.
* The heading for the unreleased entries should be `## Unreleased`.
* Use `.github/scripts/draft-change-log-entries.sh` as a starting point for writing the change log.