File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -296,13 +296,17 @@ Maintainers can create a new release when desired by following these steps.
296
296
notes.
297
297
3 . After images for the new release are built and published, create a new Pull
298
298
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.
300
300
4 . Create a new Pull Request to update the deployment of the demo in the
301
301
[ OpenTelemetry Helm
302
302
Charts] ( https://github.com/open-telemetry/opentelemetry-helm-charts ) repo.
303
+ Merge the Pull Request.
303
304
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.
306
310
307
311
[ docs ] : https://opentelemetry.io/docs/demo/
308
312
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ keeping it up to date for you.
73
73
74
74
To get involved with the project see our [ CONTRIBUTING] ( CONTRIBUTING.md )
75
75
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.
77
77
78
78
## Project leadership
79
79
You can’t perform that action at this time.
0 commit comments