From 799bf8af1ec6f91e9ef3a6d13763a3a52510e6d9 Mon Sep 17 00:00:00 2001 From: Adam Abrams Date: Tue, 10 Nov 2020 03:40:21 -0600 Subject: [PATCH] docs: add "Change" to tooling section (#271) --- 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 25abdcc..ec0362f 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -213,6 +213,7 @@ Configurable and usable for PHP projects as a composer dependency or usable glob * [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_. * [Conventional Commits Next Version](https://gitlab.com/DeveloperC/conventional_commits_next_version): A tooling/language agnostic utility to calculate the next Semantic Versioning based upon the _Conventional Commits_ Git commit messages since the last version. +* [change](https://github.com/adamtabrams/change): A tool for generating and updating a changelog using Conventional Commits. ## Projects Using Conventional Commits diff --git a/content/v1.0.0/index.md b/content/v1.0.0/index.md index fd4a1c8..eb6954e 100644 --- a/content/v1.0.0/index.md +++ b/content/v1.0.0/index.md @@ -223,6 +223,7 @@ Configurable and usable for PHP projects as a composer dependency or usable glob * [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_. * [Conventional Commits Next Version](https://gitlab.com/DeveloperC/conventional_commits_next_version): A tooling/language agnostic utility to calculate the next Semantic Versioning based upon the _Conventional Commits_ Git commit messages since the last version. +* [change](https://github.com/adamtabrams/change): A tool for generating and updating a changelog using Conventional Commits. * [Turbogit](https://b4nst.github.io/turbogit) A command line tool to help you follow _Conventional Commits_ flow. ## Projects Using Conventional Commits