From 6ba7654e1a0145bf509eca8eabc7224a3367bc2e Mon Sep 17 00:00:00 2001 From: Austin Parker Date: Mon, 23 Jan 2023 11:44:34 -0500 Subject: [PATCH 1/2] update contributing guide --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7443e677d1..45423fef2a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -195,3 +195,15 @@ on each other), the owner should try to get people aligned by: - If none of the above worked and the PR has been stuck for more than 2 weeks, the owner should bring it to the OpenTelemetry Community Demo SIG [meeting](README.md#contributing). + +## Making a new release + +Maintainers can create a new release when desired by following a few steps. + +- Create a new Pull Request that updates the `IMAGE_VERSION` environment + variable in `.env` to the _new_ version number. +- [Draft 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'. \ No newline at end of file From 30fbc12a594f4650745263981e33fb1af7776d32 Mon Sep 17 00:00:00 2001 From: Austin Parker Date: Mon, 23 Jan 2023 12:06:01 -0500 Subject: [PATCH 2/2] fix lint --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45423fef2a..9790620ea9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -206,4 +206,4 @@ Maintainers can create a new release when desired by following a few steps. 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'. \ No newline at end of file +- Click 'Publish Release'.