Skip to content

Commit a31d919

Browse files
authored
Update release steps (#836)
1 parent 670769f commit a31d919

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"retryOn429" : true,
3-
"ignorePatterns" : [
2+
"retryOn429": true,
3+
"ignorePatterns": [
44
{
5-
"pattern" : "^https://github\\.com/open-telemetry/opentelemetry-java-contrib/network/updates$"
5+
"pattern": "^https://github\\.com/open-telemetry/opentelemetry-java-contrib/network/updates$"
6+
},
7+
{
8+
"pattern": "^https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Fdependabot$"
69
}
710
]
811
}

RELEASING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ the second Monday of the month (roughly a couple of days after the monthly minor
1919
## Preparing a new major or minor release
2020

2121
* Check that [dependabot has run](https://github.com/open-telemetry/opentelemetry-java-contrib/network/updates)
22-
sometime in the past day.
22+
sometime in the past day and that all
23+
[dependabot PRs](https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Fdependabot)
24+
have been merged.
2325
* Check that the OpenTelemetry SDK and Instrumentation versions have been updated to the latest release.
2426
* Close the [release milestone](https://github.com/open-telemetry/opentelemetry-java-contrib/milestones)
2527
if there is one.

0 commit comments

Comments
 (0)