mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
GitHub Action for Semantic Release
# 1.0.0 (2019-10-17) ### Bug Fixes * **src/index.js:** remove 'stream-buffers' ([ |
||
|---|---|---|
| .github | ||
| docs | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .npmignore | ||
| action.yml | ||
| CODE_OF_CONDUCT.md | ||
| index.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| release.config.js | ||
Semantic Release Action
GitHub Action for Semantic Release.
Usage
branch: [Optional] The branch for release. Default"master".extra_plugins: [Optional] Extra plugins for pre-install. Default"".
steps:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@master
with:
branch: master
extra_plugins: |
@semantic-release/git
@semantic-release/changelog