diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dcbcd28..bb5813a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,7 +113,7 @@ jobs: # https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository # You can update this logic if you want to manage releases differently runs-on: ubuntu-latest - needs: [ validate_nuget, update_release_draft ] + needs: [ validate_nuget ] # needs: [ validate_nuget, run_test, update_release_draft ] steps: # Download the NuGet package created in the previous job diff --git a/README.md b/README.md index 86e171c..d99d861 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # MasterCommander ---- - Write code, not commands. MasterCommander provides a simple, consistent interface for common development tasks. | ![Logo MasterCommander](https://raw.githubusercontent.com/phmatray/MasterCommander/main/logo.png) | MasterCommander is a versatile command-line utility designed to streamline the workflow for developers working with multiple technology stacks. By integrating common operations for Git, .NET, Docker, and npm into a single application, MasterCommander enhances productivity and simplifies project setup and management tasks. | @@ -17,6 +15,7 @@ Write code, not commands. MasterCommander provides a simple, consistent interfac [![GitHub pull requests](https://img.shields.io/github/issues-pr/phmatray/MasterCommander)](https://github.com/phmatray/MasterCommander/pulls) [![GitHub contributors](https://img.shields.io/github/contributors/phmatray/MasterCommander)](https://github.com/phmatray/MasterCommander/graphs/contributors) [![GitHub last commit](https://img.shields.io/github/last-commit/phmatray/MasterCommander)](https://github.com/phmatray/MasterCommander/commits/master) + [![codecov](https://codecov.io/gh/phmatray/MasterCommander/branch/main/graph/badge.svg?token=041C4QKW6O)](https://app.codecov.io/gh/phmatray/MasterCommander/tree/main) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/84e2475f22a04bc1bed551f081029e82)](https://app.codacy.com/gh/phmatray/MasterCommander/dashboard) @@ -34,8 +33,8 @@ Write code, not commands. MasterCommander provides a simple, consistent interfac * [Roadmap (next features)](#roadmap-next-features) * [๐Ÿ“ฅ Installation](#-installation) * [๐Ÿ“‹ Prerequisites](#-prerequisites) - * [๐Ÿš€ From Source](#-from-source) * [We use the latest C# features](#we-use-the-latest-c-features) + * [๐Ÿš€ From Source](#-from-source) * [๐Ÿ“ฆ NuGet Packages](#-nuget-packages) * [๐Ÿ“Š Code Quality](#-code-quality) * [๐Ÿงช Tests Specifications](#-tests-specifications) @@ -47,6 +46,8 @@ Write code, not commands. MasterCommander provides a simple, consistent interfac * [๐Ÿ“œ License](#-license) +--- + ## ๐Ÿ Getting started Use your favorite CLI tools without leaving your code editor: