File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,13 @@ in `versions.yaml`. Commit this change to a new branch.
4545 - Move all the `Unreleased` changes into a new section following the title scheme (`[<new tag>] - <date of release>`).
4646 - Update all the appropriate links at the bottom.
4747
48- 4. Update [`version.go`](version.go) with the latest release version.
48+ 4. Update [`CONTRIBUTING.md`](./CONTRIBUTING.md).
49+ - Ensure all supported instrumentation libraries have the correct versions listed.
50+ If the integration tests are still succeeding, the upper bound of the supported instrumentation version should be at least that tested version.
4951
50- 5. Push the changes to your branch and create a Pull Request on GitHub.
52+ 5. Update [`version.go`](version.go) with the latest release version.
53+
54+ 6. Push the changes to your branch and create a Pull Request on GitHub.
5155 Be sure to include the curated changes from the [Changelog](./CHANGELOG.md) in the description.
5256
5357## Tag
You can’t perform that action at this time.
0 commit comments