mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-15 02:46:51 +00:00
feat: come a new action
This commit is contained in:
parent
d9823e84f7
commit
b9ad41da60
17 changed files with 5822 additions and 2 deletions
20
README.md
20
README.md
|
|
@ -1,2 +1,18 @@
|
|||
# semantic-release-action
|
||||
Semantic Release Action
|
||||
# Semantic Release Action
|
||||
GitHub Action for [Semantic Release](https://github.com/semantic-release/semantic-release).
|
||||
|
||||
## Usage
|
||||
* `branch`: [Optional] The branch for release. Default `"master"`.
|
||||
* `extra_plugins`: [Optional] Extra plugins for pre-install. Default `""`.
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@master
|
||||
with:
|
||||
branch: master
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue