feat: come a new action

This commit is contained in:
cycjimmy 2019-10-17 19:27:21 +08:00
parent d9823e84f7
commit b9ad41da60
17 changed files with 5822 additions and 2 deletions

View file

@ -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
```