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

docs(*): fix duplicate description

This commit is contained in:
cycjimmy 2020-03-21 23:37:49 +08:00
parent e91639a768
commit 6c7958bb16

View file

@ -54,7 +54,7 @@ steps:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
``` ```
**It is recommended to manually specify a version of semantic-release and its plugins to prevent errors caused during the official semantic-release upgrade.** *It is recommended to manually specify a version of semantic-release to prevent errors caused during the official semantic-release upgrade.*
#### branches #### branches
> {Optional Input Parameter} The branches on which releases should happen. `branches` supports for **semantic-release above v16**. > {Optional Input Parameter} The branches on which releases should happen. `branches` supports for **semantic-release above v16**.
@ -146,7 +146,7 @@ steps:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
``` ```
**It is recommended to manually specify a version of semantic-release and its plugins to prevent errors caused during the official semantic-release upgrade.** Similar to parameter `semantic_version`. *It is recommended to manually specify a version of semantic-release plugins to prevent errors caused.*
##### Release Config: ##### Release Config:
```diff ```diff
@ -222,4 +222,5 @@ This project are released under the [MIT License][license-url].
[license-image]: https://img.shields.io/npm/l/@cycjimmy/semantic-release-action.svg [license-image]: https://img.shields.io/npm/l/@cycjimmy/semantic-release-action.svg
[license-url]: https://github.com/cycjimmy/semantic-release-action/blob/master/LICENSE [license-url]: https://github.com/cycjimmy/semantic-release-action/blob/master/LICENSE
[changelog-url]: https://github.com/cycjimmy/semantic-release-action/blob/master/docs/CHANGELOG.md [changelog-url]: https://github.com/cycjimmy/semantic-release-action/blob/master/docs/CHANGELOG.md