-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaction.yml
57 lines (57 loc) · 1.34 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: 'Release Helper'
description: 'A GitHub Action that help you publish release.'
author: 'xrkffgg'
branding:
icon: 'shield'
color: 'purple'
inputs:
triger:
description: 'How to start'
trigger:
description: 'How to start'
token:
description: 'Github token'
default: ${{ github.token }}
dingding-token:
description: 'DingTalk token'
dingding-msg:
description: 'DingTalk message'
dingding-delay-minute:
description: 'DingTalk notice setTimeout'
msg-title:
description: 'message title'
msg-head:
description: 'message head'
msg-poster:
description: 'message poster'
msg-footer:
description: 'message footer'
prettier:
description: 'DingTale message prettier'
dingding-ignore:
description: 'DingTalk ignore when version contain'
branch:
description: 'Branch'
tag:
description: 'Tag for branch'
conch-tag:
description: 'Tag for conch'
changelogs:
description: 'Changelogs'
draft:
description: 'Release draft'
prerelease:
description: 'Release prerelease'
prerelease-filter:
description: 'Prerelease filter'
prerelease-notice:
description: 'Prerelease notice'
antd-conch-msg:
description: 'Only for antd'
release:
description: 'Whether release'
latest:
description: 'latest for tag'
runs:
using: node16
main: 'dist/index.js'