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:
parent
e91639a768
commit
6c7958bb16
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue