From cd22d88ccf14db7d3a6c0aa32ae3c2cd59876f15 Mon Sep 17 00:00:00 2001 From: cycjimmy Date: Mon, 21 Oct 2019 13:38:48 +0800 Subject: [PATCH] docs(readme): use v2 in example --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6e99c4..3ada222 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A simple example ```yaml steps: - name: Semantic Release - uses: cycjimmy/semantic-release-action@v1 + uses: cycjimmy/semantic-release-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -41,7 +41,7 @@ An advanced example ```yaml steps: - name: Semantic Release - uses: cycjimmy/semantic-release-action@v1 + uses: cycjimmy/semantic-release-action@v2 id: semantic # Need an `id` for output variables with: branch: master @@ -57,3 +57,5 @@ steps: run: ... ``` +## [CHANGELOG](./docs/CHANGELOG.md) +