From c26fbb6960b38515a59304b68184192b18b04afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Thu, 2 Nov 2023 10:54:21 -0300 Subject: [PATCH] small readme fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74d4e18..6d59991 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -# jpkroehling's distributions of the OpenTelemetry Collector +# OpenTelemetry Collector distributions by jpkrohling -This repository has a personal collection of OpenTelemetry Collector distributions -curated by [@jpkrohling](https://github.com/jpkrohling). +This repository has a personal collection of OpenTelemetry Collector distributions curated by [@jpkrohling](https://github.com/jpkrohling). At every new version of the Collector, distributions are updated and published. @@ -12,6 +11,7 @@ To add a new distribution to this repository: 1) create a directory under `distributions` and place the `manifest.yaml` there 2) change the `Makefile`'s `DISTRIBUTIONS` var to include the new distribution 3) add a configuration file in the `test/config` with your distribution's name +4) add `./github/workflows/ci-.yaml` and `./github/workflows/release-.yaml` files based on one of the existing distributions You can test your new distribution with: @@ -22,5 +22,5 @@ You can test your new distribution with: Or, to run everything the CI would run: ```console -make test +make ci ```