From 2cc45d4f700ab1c1a3cb89ddf05ed11b3fdcec25 Mon Sep 17 00:00:00 2001 From: Jirka Helmich Date: Mon, 21 Dec 2020 14:41:48 +0100 Subject: [PATCH] docs: update README to reflect new version --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 4682e0d..2471950 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,4 @@ -[![version](https://img.shields.io/badge/version-1.0.1-yellow.svg)](https://semver.org) +[![version](https://img.shields.io/badge/version-1.0.3-yellow.svg)](https://semver.org) ### :pencil2: :page_with_curl: Conventional Commit Changelog Generator (GitHub Action) @@ -9,7 +9,7 @@ The changelog is accessible as action output available to other actions via [out ## Example usage ```yaml -uses: Helmisek/conventional-changelog-generator@v1.0.1 +uses: Helmisek/conventional-changelog-generator@v1.0.3 with: token: ${{ secrets.GITHUB_TOKEN }} ```