-
Notifications
You must be signed in to change notification settings - Fork 0
/
step.yml
44 lines (44 loc) · 963 Bytes
/
step.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
title: generate Changelog
summary:
description: |-
generate Changelog.
website: https://github.com/?/changelog-generator
source_code_url: https://github.com/?/changelog-generator
support_url: https://github.com/?/changelog-generator/issues
host_os_tags:
- osx-10.9
- osx-10.10
project_type_tags: []
type_tags:
- script
- ruby
- runner
- glue
is_requires_admin_user: true
is_always_run: false
is_skippable: false
dependencies: []
run_if: ""
inputs:
- TAG_DEST: ""
opts:
title: "last tag used"
description: ""
summary: ""
is_expand: true
is_required: true
is_dont_change_value: true
- CHANGE_FILE: $CHANGE_FILE
opts:
title: "the changelog file"
description: ""
summary: ""
is_expand: true
is_required: false
is_dont_change_value: true
outputs:
- CHANGELOG:
opts:
title: changelog markdown data
description: |-
markdown formated changelog.