-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaction.yml
More file actions
26 lines (26 loc) · 709 Bytes
/
action.yml
File metadata and controls
26 lines (26 loc) · 709 Bytes
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
name: 'Android Version Bump'
author: 'oflynned'
description: 'GitHub action for bumping Gradle versions using semantic commits'
runs:
using: docker
image: Dockerfile
branding:
icon: chevron-up
color: blue
inputs:
tag_prefix:
required: false
description: 'Prefix to add to git tag'
skip_ci:
required: false
description: 'Affix [skip-ci] so that a cyclical ci loop does not happen'
default: 'true'
commit_message:
required: false
description: 'Commit message when a release is successful'
build_number:
required: false
description: 'Build number to generated from ci to show as part of the version'
outputs:
newTag:
description: 'The newly created tag'