diff --git a/content/about/index.md b/content/about/index.md index 86abc8d..88784ce 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -57,6 +57,7 @@ The first draft of this specification has been written in collaboration with som * [Jenkins](https://github.com/jenkinsci/git-changelog-plugin) * [Command Line](https://github.com/tomasbjerre/git-changelog-command-line) * [Docker](https://hub.docker.com/r/tomasbjerre/git-changelog-command-line) + * [GitHub Action](https://github.com/tomasbjerre/git-changelog-github-release) * [Cocogitto](https://github.com/oknozor/cocogitto): Cocogitto is a set of cli tools for the conventional commits and semver specifications. * [Conventional Commits Linter](https://gitlab.com/DeveloperC/conventional_commits_linter): A tooling and language agnostic Git commit linter for the _Conventional Commits_ specification. * [Uplift](https://github.com/gembaadvantage/uplift): Semantic versioning the easy way. Powered by Conventional Commits. Built for use with CI. diff --git a/content/next/index.md b/content/next/index.md index 0f49d88..7e0f111 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -264,6 +264,7 @@ Configurable and usable for PHP projects as a composer dependency or usable glob * [Jenkins](https://github.com/jenkinsci/git-changelog-plugin) * [Command Line](https://github.com/tomasbjerre/git-changelog-command-line) * [Docker](https://hub.docker.com/r/tomasbjerre/git-changelog-command-line) + * [GitHub Action](https://github.com/tomasbjerre/git-changelog-github-release) * [Cocogitto](https://github.com/oknozor/cocogitto): Cocogitto is a set of cli tools for the conventional commits and semver specifications. * [Conventional Commits Linter](https://gitlab.com/DeveloperC/conventional_commits_linter): A tooling and language agnostic Git commit linter for the _Conventional Commits_ specification. * [Uplift](https://github.com/gembaadvantage/uplift): Semantic versioning the easy way. Powered by Conventional Commits. Built for use with CI