diff --git a/content/next/index.md b/content/next/index.md index 0ad7dc4..8cda322 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -217,6 +217,7 @@ Configurable and usable for PHP projects as a composer dependency or usable glob * [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 and language agnostic utility to calculate the next semantic version based on the _Conventional Commits_ since the prior version. Supports monorepos. * [change](https://github.com/adamtabrams/change): A tool for generating and updating a changelog using Conventional Commits. +* [sv4git](https://github.com/bvieira/sv4git): A command line tool (CLI) to validate commit messages, bump versions, create tags and generate changelogs. * [semantic-gitlog](https://github.com/semantic-gitlog) A simple Semantic Versioning management tool based on Conventional Commits. It automatically derives and manage version numbers and generate angular-style changelogs. supports [Maven](https://github.com/semantic-gitlog/maven-semantic-gitlog) and [Gradle](https://github.com/semantic-gitlog/gradle-semantic-gitlog). * [idea-conventional-commit](https://github.com/lppedd/idea-conventional-commit) Context and template-based completion for conventional/semantic commits. diff --git a/content/v1.0.0/index.md b/content/v1.0.0/index.md index 1322e05..32e87b5 100644 --- a/content/v1.0.0/index.md +++ b/content/v1.0.0/index.md @@ -227,7 +227,8 @@ Configurable and usable for PHP projects as a composer dependency or usable glob * [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 and language agnostic utility to calculate the next semantic version based on the _Conventional Commits_ since the prior version. Supports monorepos. * [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. +* [Turbogit](https://b4nst.github.io/turbogit): A command line tool to help you follow _Conventional Commits_ flow. +* [sv4git](https://github.com/bvieira/sv4git): A command line tool (CLI) to validate commit messages, bump versions, create tags and generate changelogs. ## Projects Using Conventional Commits diff --git a/content/v1.0.0/index.pt-br.md b/content/v1.0.0/index.pt-br.md index 0727ab2..5689824 100644 --- a/content/v1.0.0/index.pt-br.md +++ b/content/v1.0.0/index.pt-br.md @@ -210,6 +210,7 @@ O primeiro rascunho desta especificação foi escrito em colaboração com algum - [Pyhist](https://github.com/jgoodman8/pyhist): Um utilitário Python para atualizar automaticamente a versão do pacote do histórico do git e gerar o Changelog. - [git-mkver](https://github.com/idc101/git-mkver): Uma ferramenta para aplicar automaticamente semantic-version aos repositórios git com base no Conventional Commits. - [Conventional Commits Next Version](https://gitlab.com/DeveloperC/conventional_commits_next_version): Um utilitário agnóstico de ferramenta/linguagem para calcular o próximo semantic-release com base nas mensagens de confirmação Git do Conventional Commits desde a última versão. +- [sv4git](https://github.com/bvieira/sv4git): Um CLI para ajudar na validação das mensagens de commit (hooks do git), criação de tags, versões e geração de changelogs. ## Projetos Utilizando Conventional Commits