From a4187434265a57ff7590d26eee9db5fd5b8c82fe Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Thu, 10 Oct 2024 21:44:49 +0100 Subject: [PATCH] docs: removing Continuous Integration (CI) badge (#43) As the badge is for the latest workflow not the main branch. We will also not block a release on checks, so need to run the CI workflow on the main branch. The checks are performed as part of the pull request. --- README.md | 1 - conventional_commits_next_version/README.md | 1 - conventional_commits_next_version_lib/README.md | 1 - 3 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 0014ea3..a5a7798 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Conventional Commits Next Version -[![Continuous Integration (CI)](https://github.com/DeveloperC286/conventional_commits_next_version/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/DeveloperC286/conventional_commits_next_version/actions/workflows/continuous-integration.yml) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) diff --git a/conventional_commits_next_version/README.md b/conventional_commits_next_version/README.md index c37857e..5a972e6 100644 --- a/conventional_commits_next_version/README.md +++ b/conventional_commits_next_version/README.md @@ -1,6 +1,5 @@ # Conventional Commits Next Version [![crates.io](https://img.shields.io/crates/v/conventional_commits_next_version)](https://crates.io/crates/conventional_commits_next_version) -[![Continuous Integration (CI)](https://github.com/DeveloperC286/conventional_commits_next_version/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/DeveloperC286/conventional_commits_next_version/actions/workflows/continuous-integration.yml) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) diff --git a/conventional_commits_next_version_lib/README.md b/conventional_commits_next_version_lib/README.md index 6dda3f8..9baabbe 100644 --- a/conventional_commits_next_version_lib/README.md +++ b/conventional_commits_next_version_lib/README.md @@ -1,7 +1,6 @@ # Conventional Commits Next Version Library [![Documentation](https://docs.rs/conventional_commits_next_version_lib/badge.svg)](https://docs.rs/conventional_commits_next_version_lib) [![crates.io](https://img.shields.io/crates/v/conventional_commits_next_version_lib)](https://crates.io/crates/conventional_commits_next_version_lib) -[![Continuous Integration (CI)](https://github.com/DeveloperC286/conventional_commits_next_version/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/DeveloperC286/conventional_commits_next_version/actions/workflows/continuous-integration.yml) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)