File tree 1 file changed +6
-2
lines changed
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.
45
45
- Move all the `Unreleased` changes into a new section following the title scheme (`[<new tag>] - <date of release>`).
46
46
- Update all the appropriate links at the bottom.
47
47
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.
49
51
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.
51
55
Be sure to include the curated changes from the [Changelog](./CHANGELOG.md) in the description.
52
56
53
57
## Tag
You can’t perform that action at this time.
0 commit comments