Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASING.md documentation #946

Merged
merged 4 commits into from
Jul 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading