From dedad754a38963109e1581b6b39ea2d882a69ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Tue, 7 Nov 2023 05:59:21 +0100 Subject: [PATCH] link to workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14dc53aa4..98ad05554 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ kube-custom-resources-rs = { version = "", features = ["cert_manager_io This crate uses a calendar based versioning scheme because resources in Kubernetes are versioned themselves. -Updates to all CRDs are fetched on friday and released a day later on saturday if any changes were detected. +Updates to all CRDs are fetched on [friday](https://github.com/metio/kube-custom-resources-rs/blob/main/.github/workflows/update-crds.yml) and released a day later on [saturday](https://github.com/metio/kube-custom-resources-rs/blob/main/.github/workflows/release.yml) if any changes were detected. ## Usage