Skip to content

Commit 739f8cb

Browse files
committed
update release process
1 parent f560782 commit 739f8cb

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CONTRIBUTING.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,16 @@ 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
302-
Charts](https://github.com/open-telemetry/opentelemetry-helm-charts) repo.
302+
Charts](https://github.com/open-telemetry/opentelemetry-helm-charts) repo. Merge the Pull Request.
303303
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.
304+
Demo's Kubernetes manifest by running `make generate-kubernetes-manifests`.
305+
Merge the Pull Request.
306+
6. Create a new Tag for the _new_ version with a suffix of `-k8s`. This tag
307+
will be used to deploy the new version of the demo to Kubernetes using the
308+
supplied manifests.
306309

307310
[docs]: https://opentelemetry.io/docs/demo/
308311

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)