5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-09 11:46:56 +00:00

Merge pull request #19 from bennypowers/patch-2

Fix README example
This commit is contained in:
Geoffrey.C 2020-01-28 23:00:56 +08:00 committed by GitHub
commit 1ef82d53be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
]
```