File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "retryOn429" : true ,
3- "aliveStatusCodes" : [
2+ "retryOn429" : true ,
3+ "aliveStatusCodes" : [
44 200 ,
55 403
66 ],
7- "ignorePatterns" : [
7+ "ignorePatterns" : [
88 {
9- "pattern" : " https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates"
9+ "pattern" : " https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates"
1010 },
1111 {
12- "pattern" : " ^https://kotlinlang\\ .org/docs/coroutines-overview\\ .html$"
12+ "pattern" : " ^https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Fdependabot$"
13+ },
14+ {
15+ "pattern" : " ^https://kotlinlang\\ .org/docs/coroutines-overview\\ .html$"
1316 }
1417 ]
1518}
Original file line number Diff line number Diff line change @@ -18,8 +18,12 @@ the second Monday of the month (roughly a few of days after the monthly minor re
1818
1919## Preparing a new major or minor release
2020
21- * Check that [ dependabot has run] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates )
22- sometime in the past day (this link is only accessible if you have write access to the repository).
21+ * Check that
22+ [ dependabot has run] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates )
23+ sometime in the past day (this link is only accessible if you have write access to the
24+ repository), and check that all
25+ [ dependabot PRs] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Fdependabot )
26+ have been merged.
2327* Close the [ release milestone] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/milestones )
2428 if there is one.
2529* Merge a pull request to ` main ` updating the ` CHANGELOG.md ` .
You can’t perform that action at this time.
0 commit comments