-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstep.yml
60 lines (59 loc) · 1.35 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
title: "Tag generator"
summary: create a branch and tag ;)
description: |-
website: https://github.com/...
source_code_url: https://github.com/...
support_url: https://github.com/.../issues
host_os_tags:
- osx-10.10
project_type_tags:
- ios
type_tags:
- script
is_always_run: false
is_skippable: false
dependencies:
- manager: brew
name: git
run_if: ""
inputs:
- RELEASE_TAG: $RELEASE_TAG
opts:
title: "major version tag"
summary: set the major version.
description: |
set a major version tag
is_expand: true
is_required: false
is_dont_change_value: true
value_options: []
- PROD: $PROD
opts:
title: "production build trigger"
summary: set for production build.
description: |
append -prod to tag.
is_expand: true
is_required: false
is_dont_change_value: true
value_options: []
- push: "true"
opts:
title: "push the tag"
summary: ""
description: |
push the branch
is_expand: false
is_required: true
is_dont_change_value: true
value_options: []
outputs:
- BITRISE_GIT_TAG:
opts:
title: "last tag"
summary: the current tag.
description: |
the provided tag or the last one incremented v(V.M.m+1).
is_expand: false
is_required: true
is_dont_change_value: true