Skip to content

Commit b55ea77

Browse files
authored
[chore] update release process (#2097)
1 parent 52fe78a commit b55ea77

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CONTRIBUTING.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,17 @@ Maintainers can create a new release when desired by following these steps.
296296
notes.
297297
3. After images for the new release are built and published, create a new Pull
298298
Request that updates the `CHANGELOG.md` with the new version leaving the
299-
`Unreleased` section for the next release.
299+
`Unreleased` section for the next release. Merge the Pull Request.
300300
4. Create a new Pull Request to update the deployment of the demo in the
301301
[OpenTelemetry Helm
302302
Charts](https://github.com/open-telemetry/opentelemetry-helm-charts) repo.
303+
Merge the Pull Request.
303304
5. After the Helm chart is released, create a new Pull Request which updates the
304-
Demo's Kubernetes manifest by running `make generate-kubernetes-manifests`
305-
and committing the changes.
305+
Demo's Kubernetes manifest by running `make generate-kubernetes-manifests`.
306+
Merge the Pull Request.
307+
6. Create a new Tag for the _new_ version with a suffix of `-k8s`. This tag
308+
will be used to deploy the new version of the demo to Kubernetes using the
309+
supplied manifests.
306310

307311
[docs]: https://opentelemetry.io/docs/demo/
308312

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ keeping it up to date for you.
7373

7474
To get involved with the project see our [CONTRIBUTING](CONTRIBUTING.md)
7575
documentation. Our [SIG Calls](CONTRIBUTING.md#join-a-sig-call) are every other
76-
Monday at 8:30 AM PST and anyone is welcome.
76+
Wednesday at 8:30 AM PST and anyone is welcome.
7777

7878
## Project leadership
7979

0 commit comments

Comments
 (0)