mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-15 10:56:50 +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
16
action.yml
Normal file
16
action.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: 'Semantic Release Action'
|
||||
description: 'GitHub Action for Semantic Release'
|
||||
author: 'cycjimmy'
|
||||
branding:
|
||||
icon: 'package'
|
||||
color: 'orange'
|
||||
inputs:
|
||||
branch:
|
||||
description: 'The branch for release'
|
||||
default: master
|
||||
extra_plugins:
|
||||
description: 'Extra plugins for pre-install'
|
||||
default: ''
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
Loading…
Add table
Add a link
Reference in a new issue