Add a release step (#7128)

This commit is contained in:
Trask Stalnaker 2022-11-10 03:37:12 -08:00 committed by GitHub
parent 5345c87680
commit c45e7578c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
{
"ignorePatterns" : [
{
"pattern" : "https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates"
},
{
"pattern" : "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$"
}

View File

@ -18,6 +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
* Check that [dependabot has run](https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates)
sometime in the past day (this link is only accessible if you have write access to the repository).
* 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`.