Selaa lähdekoodia

Add a release step (#7128)

Trask Stalnaker 2 vuotta sitten
vanhempi
säilyke
c45e7578c1
2 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 3 0
      .github/scripts/markdown-link-check-config.json
  2. 2 0
      RELEASING.md

+ 3 - 0
.github/scripts/markdown-link-check-config.json

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

+ 2 - 0
RELEASING.md

@@ -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`.