From 9bf10dd54407c4caedd7b85d4d1573dcde38c7eb Mon Sep 17 00:00:00 2001 From: Edoardo Luppi Date: Tue, 7 Apr 2020 06:37:02 +0200 Subject: [PATCH] docs(tooling): minor adjustment and italian translation for Conventional Commit (#254) --- content/v1.0.0-beta.4/index.it.md | 2 +- content/v1.0.0/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v1.0.0-beta.4/index.it.md b/content/v1.0.0-beta.4/index.it.md index 8497fac..74c9f8e 100644 --- a/content/v1.0.0-beta.4/index.it.md +++ b/content/v1.0.0-beta.4/index.it.md @@ -175,7 +175,7 @@ La prima bozza di questa specifica è stata scritta in collaborazione con alcuni Totalmente configurabile ed eè utilizzabile per progetti PHP installandola come dipendenza locale o globale per progetti non basati su PHP. * [conform](https://github.com/autonomy/conform): un tool che può essere usato per introdurre regole sui repository basasti su git, includendo conventional commits. * [standard-version](https://github.com/conventional-changelog/standard-version): Automatizza il versionamento e la gestione del CHANGELOG utilizzando il nuovo pulsante squash di GitHub e il flusso di lavoro consigliato da Commit Convenzionali. - +* [Conventional Commit](https://github.com/lppedd/idea-conventional-commit): offre completamento estensibile basato sul contesto o su template, ed ispezioni, per Conventional Commits all'interno del dialogo di commit per il VCS configurato. Disponibile per tutti gli [IDE JetBrains](https://www.jetbrains.com/). ## Progetti che usano Commit Convenzionali diff --git a/content/v1.0.0/index.md b/content/v1.0.0/index.md index f9961e5..698bfab 100644 --- a/content/v1.0.0/index.md +++ b/content/v1.0.0/index.md @@ -206,7 +206,7 @@ The first draft of this specification has been written in collaboration with som Configurable and usable for PHP projects as a composer dependency or usable globally for non-PHP projects. * [conform](https://github.com/autonomy/conform): a tool that can be used to enforce policies on git repositories, including Conventional Commits. * [standard-version](https://github.com/conventional-changelog/standard-version): Automatic versioning and CHANGELOG management, using GitHub's new squash button and the recommended Conventional Commits workflow. -* [Conventional Commit](https://github.com/lppedd/idea-conventional-commit): provides extensible context and template-based completion for Conventional Commits, inside the VCS Commit dialog, for all [JetBrains IDEs](https://www.jetbrains.com/). +* [Conventional Commit](https://github.com/lppedd/idea-conventional-commit): provides extensible context and template-based completion, and inspections, for Conventional Commits inside the VCS Commit dialog. Available for all [JetBrains IDEs](https://www.jetbrains.com/). * [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 Commits 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.