Skip to content

Commit

Permalink
Update RELEASING.md docs for compat docs (#946)
Browse files Browse the repository at this point in the history
Fixes #943
  • Loading branch information
MrAlias authored Jul 10, 2024
1 parent b6e772d commit c6620c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ in `versions.yaml`. Commit this change to a new branch.
- Move all the `Unreleased` changes into a new section following the title scheme (`[<new tag>] - <date of release>`).
- Update all the appropriate links at the bottom.

4. Update [`version.go`](version.go) with the latest release version.
4. Update [`CONTRIBUTING.md`](./CONTRIBUTING.md).
- Ensure all supported instrumentation libraries have the correct versions listed.
If the integration tests are still succeeding, the upper bound of the supported instrumentation version should be at least that tested version.

5. Push the changes to your branch and create a Pull Request on GitHub.
5. Update [`version.go`](version.go) with the latest release version.

6. Push the changes to your branch and create a Pull Request on GitHub.
Be sure to include the curated changes from the [Changelog](./CHANGELOG.md) in the description.

## Tag
Expand Down

0 comments on commit c6620c7

Please sign in to comment.