Skip to content

Commit 84a8c11

Browse files
authored
Fine-tune releasing instructions (#8384)
1 parent f7d93f2 commit 84a8c11

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
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
}

RELEASING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)