From a455a913fdac327afbbec6039bc47ef97889ca13 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Tue, 28 Jan 2020 11:17:29 +0200 Subject: [PATCH] Fix README example closes #17 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e82daa7..77dc773 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ steps: with: # You can specify specifying version range for the extra plugins if you prefer. extra_plugins: | - @semantic-release/git @semantic-release/changelog@3.0.0 + @semantic-release/git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -70,8 +70,8 @@ _release-config_ plugins: [ . . -+ "@semantic-release/git", + "@semantic-release/changelog" ++ "@semantic-release/git", ] ```