Skip to content

Commit c6620c7

Browse files
authoredJul 10, 2024
Update RELEASING.md docs for compat docs (#946)
Fixes #943
1 parent b6e772d commit c6620c7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎RELEASING.md

+6-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)