5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 10:46:56 +00:00
semantic-release-action/README.md
2019-10-17 19:27:21 +08:00

488 B

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