Skip to content

Commit

Permalink
Update release instructions to reflect dependabot -> renovate (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Aug 3, 2023
1 parent 9aa5505 commit f75d7b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/config/markdown-link-check-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"retryOn429": true,
"ignorePatterns": [
{
"pattern": "^https://github\\.com/open-telemetry/opentelemetry-java-contrib/network/updates$"
"pattern": "^https://developer\\.mend\\.io/github/open-telemetry/opentelemetry-java-contrib$"
},
{
"pattern": "^https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Fdependabot$"
"pattern": "^https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Frenovate"
}
]
}
2 changes: 1 addition & 1 deletion .github/scripts/draft-change-log-entries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for component in */ ; do
component_name=${component_names[$component]:=$component}
commits=$(git log --reverse \
--perl-regexp \
--author='^(?!dependabot\[bot\] )' \
--author='^(?!renovate\[bot\] )' \
--pretty=format:"- %s" \
"$range" \
"$component")
Expand Down
2 changes: 2 additions & 0 deletions .github/scripts/generate-release-contributors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ query($q: String!, $endCursor: String) {
| sed 's/^\["//' \
| sed 's/".*//')

# TODO (trask) can remove dependabot line after next release
echo $contributors1 $contributors2 \
| sed 's/ /\n/g' \
| sort -uf \
| grep -v linux-foundation-easycla \
| grep -v github-actions \
| grep -v dependabot \
| grep -v renovate \
| grep -v opentelemetrybot \
| sed 's/^/@/'
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ the second Monday of the month (roughly a couple of days after the monthly minor

## Preparing a new major or minor release

* Check that [dependabot has run](https://github.com/open-telemetry/opentelemetry-java-contrib/network/updates)
* Check that [renovate has run](https://developer.mend.io/github/open-telemetry/opentelemetry-java-contrib)
sometime in the past day and that all
[dependabot PRs](https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Fdependabot)
[renovate PRs](https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Frenovate)
have been merged.
* Check that the OpenTelemetry SDK and Instrumentation versions have been updated to the latest release.
* Close the [release milestone](https://github.com/open-telemetry/opentelemetry-java-contrib/milestones)
Expand Down

0 comments on commit f75d7b5

Please sign in to comment.