From df52a844b6bc6be5712977bdca50a188230e81d3 Mon Sep 17 00:00:00 2001 From: Danny Koppenhagen Date: Mon, 25 Nov 2019 03:29:56 +0100 Subject: [PATCH] docs(tooling): add ngx-semantic-version to tooling list (#220) --- content/next/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/next/index.md b/content/next/index.md index 3029dd5..b35dcfa 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -208,6 +208,7 @@ Configurable and usable for PHP projects as a composer dependency or usable glob * [Git Commit Template](https://plugins.jetbrains.com/plugin/9861-git-commit-template): Add _Conventional Commits_ support to [JetBrains Editors](https://www.jetbrains.com/) (IntelliJ IDEA, PyCharm, PhpStorm...). * [commitsar](https://github.com/commitsar-app/commitsar): Go tool for checking if commits on branch are conventional commit compliant. Comes with Docker image for CI uses. * [semantic-release](https://github.com/semantic-release/semantic-release): A tool that automates the whole package release workflow including: determining the next version number, generating the release notes and publishing the package. +* [ngx-semantic-version](https://github.com/d-koppenhagen/ngx-semantic-version): Automate your Angular app commit- and release-workflow by integrating _commitizen_, _commitlint_, _husky_ and _standard-version_ in your project and configuring it for using _Conventional Commits_. ## Projects Using Conventional Commits