forked from Klover-Fintech/incremental-tag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (25 loc) · 994 Bytes
/
Copy pathaction.yml
File metadata and controls
28 lines (25 loc) · 994 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
27
28
name: 'Create an incremental tag'
description: 'Create an incremental tag under your conditions'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'tag'
color: 'blue'
inputs:
flag_branch:
description: 'Flag indicating that the script should look for the lastest tag depending on the branch to which the merge is made. That is, if we are in the branch "8.0" and a merge of a PR is made, it will take the last tag "8.0.15.45" and not "11.0.56.23".'
required: false
default: false
message:
description: 'Message for the tag'
required: false
default: 'Bump version'
prev_tag:
description: 'String to be added before the final tag, for example this parameter takes the value "v" the final tag will be "v8.0.15.45".'
required: false
default: ''
update_odoo_module_version:
description: 'Flag that indicates that these repository is an odoo module, so this actions will update a manifest file.'
required: false
default: false