From c0226116f04b04bb124ad258a711ce35a805339d Mon Sep 17 00:00:00 2001 From: Iain Cardnell <7188920+idc101@users.noreply.github.com> Date: Mon, 10 Aug 2020 03:35:23 +1000 Subject: [PATCH] docs: add git-mkver to tooling --- content/next/index.md | 1 + content/v1.0.0/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/next/index.md b/content/next/index.md index 7c55a66..b4c4a99 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -211,6 +211,7 @@ Configurable and usable for PHP projects as a composer dependency or usable glob * [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_. * [Pyhist](https://github.com/jgoodman8/pyhist): A Python utility to automagically update the package version from the git history and generate the Changelog. * [commitizen-tools/commitizen](https://github.com/commitizen-tools/commitizen): A Python tool built to create committing rules for projects (default: conventional commit), bump project versions, and generate changelog. Configurable and usable for both Python and non-Python project. It's highly extensible through Python. +* [git-mkver](https://github.com/idc101/git-mkver): A tool to automatically apply semantic versioning to git repositories based on _Conventional Commits_. ## Projects Using Conventional Commits diff --git a/content/v1.0.0/index.md b/content/v1.0.0/index.md index 70fd9cc..2408bd8 100644 --- a/content/v1.0.0/index.md +++ b/content/v1.0.0/index.md @@ -221,6 +221,7 @@ Configurable and usable for PHP projects as a composer dependency or usable glob * [python-semantic-release](https://github.com/relekang/python-semantic-release): Automatic semantic versioning for Python projects. This is a Python implementation of the [semantic-release](https://github.com/semantic-release/semantic-release) for Node.js. * [VSCode Conventional Commits](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits): Add Conventional Commits supports for VSCode. * [Pyhist](https://github.com/jgoodman8/pyhist): A Python utility to automagically update the package version from the git history and generate the Changelog. +* [git-mkver](https://github.com/idc101/git-mkver): A tool to automatically apply semantic versioning to git repositories based on _Conventional Commits_. ## Projects Using Conventional Commits