5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 10:46:56 +00:00
GitHub Action for Semantic Release
Find a file
semantic-release-bot ddd286be06 chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-10-17)

### Bug Fixes

* **src/index.js:** remove 'stream-buffers' ([d2cecad](d2cecad9a9))

### Features

* come a new action ([b9ad41d](b9ad41da60))
2019-10-17 11:39:45 +00:00
.github chore(release.yml): Add release.yml 2019-10-17 19:37:38 +08:00
docs chore(release): 1.0.0 [skip ci] 2019-10-17 11:39:45 +00:00
src fix(src/index.js): remove 'stream-buffers' 2019-10-17 19:38:56 +08:00
.editorconfig feat: come a new action 2019-10-17 19:27:21 +08:00
.gitattributes Initial commit 2019-10-17 09:28:19 +08:00
.gitignore feat: come a new action 2019-10-17 19:27:21 +08:00
.npmignore feat: come a new action 2019-10-17 19:27:21 +08:00
action.yml feat: come a new action 2019-10-17 19:27:21 +08:00
CODE_OF_CONDUCT.md feat: come a new action 2019-10-17 19:27:21 +08:00
index.js feat: come a new action 2019-10-17 19:27:21 +08:00
LICENSE Initial commit 2019-10-17 09:28:19 +08:00
package-lock.json feat: come a new action 2019-10-17 19:27:21 +08:00
package.json chore(release): 1.0.0 [skip ci] 2019-10-17 11:39:45 +00:00
README.md feat: come a new action 2019-10-17 19:27:21 +08:00
release.config.js feat: come a new action 2019-10-17 19:27:21 +08:00

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