From 26f1d676f80f5efb6e86ae3dd80d7b07844e68b5 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 8 Mar 2022 16:13:39 -0500 Subject: [PATCH] docs: update README [skip ci] --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a455a98..f33969b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -# Semver Conventional Commits - Github Action +
+ +Semver Github Action + +[![Release](https://img.shields.io/github/release/ietf-tools/semver-action.svg?style=flat&maxAge=600)](https://github.com/ietf-tools/semver-action/releases) +[![License](https://img.shields.io/github/license/ietf-tools/semver-action)](https://github.com/ietf-tools/semver-action/blob/main/LICENSE) + +##### Semver Conventional Commits - Github Action + +
+ +--- This GitHub Action automatically determinate the next release version to use based on all the [Conventional Commits](https://www.conventionalcommits.org) since the latest tag.