From 697780590a781bda68759a7ad24eeddc3a621ea6 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Thu, 28 Aug 2025 20:03:49 +0200 Subject: [PATCH 1/2] fix: the release flow From c405246626558e215238be9fb2780148e2d43170 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Fri, 5 Sep 2025 12:14:36 +0200 Subject: [PATCH 2/2] docs: update license info and links --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a197da7..3616fd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Send CDEvents GitHub Action -A GitHub Action that sends CDEvents using the `cdviz-collector send` subcommand. +A GitHub Action that sends CDEvents using the [`cdviz-collector send`](https://cdviz.dev/docs/cdviz-collector/send.html) subcommand. ## Usage @@ -156,7 +156,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Send CDEvent uses: cdviz-dev/send-cdevents@v1 @@ -326,4 +326,5 @@ config: | ## License -This project is licensed under the same license as the cdviz-collector project. +This project is licensed under the Apache Software License 2.0 +The [cdviz-collector](https://github.com/cdviz-dev/cdviz-collector/) is licensed under the AGPL 3.0 .