From 437f835378012c4195503e545020e464e5bb673e Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 18 Oct 2019 12:35:00 +0200 Subject: [PATCH] docs: Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c39861a..c8825aa 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,11 @@ This action will bump version, tag commit and generate a changelog with conventi ```yaml - name: Conventional Changelog Action - uses: TriPSs/conventional-changelog-action@v0.0.1 + uses: TriPSs/conventional-changelog-action@v1.2.0 with: github-token: ${{ secrets.github_token }} git-message: 'chore(release): {version}' preset: 'angular' tag-prefix: 'v' output-file: 'CHANGELOG.md' - ```