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

[chore] clarify complete release process #1638

Merged
merged 5 commits into from
Jun 28, 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
17 changes: 12 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,21 @@ on each other), the owner should try to get people aligned by:

## Making a new release

Maintainers can create a new release when desired by following a few steps.
Maintainers can create a new release when desired by following these steps.

- Create a new Pull Request that updates the `IMAGE_VERSION` environment
variable in `.env` to the _new_ version number.
- [Draft a new
- [Create a new
release](https://github.com/open-telemetry/opentelemetry-demo/releases/new),
creating a new tag in the format `x.x.x` based on main. Automatically generate
release notes. Prepend a summary of the major changes to the release notes.
- Click 'Publish Release'.
- After images for the new release are built and published, create a new Pull
Request that updates the `IMAGE_VERSION` environment variable in `.env` to the
_new_ version number, and update the `CHANGELOG.md` with the new version
leaving the `Unreleased` section for the next release.
- Create a new Pull Request to update the deployment of the demo in the
[OpenTelemetry Helm
Charts](https://github.com/open-telemetry/opentelemetry-helm-charts) repo.
- After the Helm chart is released, create a new Pull Request which updates the
Demo's Kubernetes manifest by running `make generate-kubernetes-manifests` and
committing the changes.

[docs]: https://opentelemetry.io/docs/demo/
Loading