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

docs: improve the description of extends

This commit is contained in:
Geoffrey.C 2022-08-05 10:11:35 +08:00
parent 4a51b9fada
commit e1ef9753d8

View file

@ -200,8 +200,10 @@ steps:
uses: cycjimmy/semantic-release-action@v3 uses: cycjimmy/semantic-release-action@v3
with: with:
# You can extend an existing shareable configuration. # You can extend an existing shareable configuration.
# And you can specify version range for the shareable configuration if you prefer.
extends: | extends: |
@semantic-release/apm-config @semantic-release/apm-config@^9.0.0
@mycompany/override-config
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}