File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
description : Release title; new version and date will be added
13
13
type : string
14
14
tag_prefixes :
15
- description : Comma separated prefixes to find tags, i.e $PREFIXv1 .0.0
15
+ description : Comma separated prefixes to find tags, i.e ${PREFIX}v1 .0.0
16
16
type : string
17
17
18
18
jobs :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ validate() {
35
35
}
36
36
37
37
# Description: Parses a git log and checks if the commits are conventional
38
- # Globals : COMMITLINT_CONFIG_PATH (lib.sh )
38
+ # Globals : COMMITLINT_CONFIG_PATH (github workflow )
39
39
# Args : 1=git log
40
40
# STDOUT : Problems found
41
41
# Example : lint_commits "$log"
@@ -54,7 +54,7 @@ lint_commits() {
54
54
}
55
55
56
56
# Description: Check if PR title is a conventional commit
57
- # Globals : PR_TITLE (github workflow) , COMMITLINT_CONFIG_PATH (lib.sh ), CONVENTIONAL_COMMITS_URL (script)
57
+ # Globals : PR_TITLE, COMMITLINT_CONFIG_PATH (github workflow ), CONVENTIONAL_COMMITS_URL (script)
58
58
# STDOUT : Messages
59
59
# STDERR : Might print errors and logs
60
60
# Returns : 1 if fail
You can’t perform that action at this time.
0 commit comments