Skip to content

Commit 82d5c3b

Browse files
committed
docs: scripts
1 parent 9422719 commit 82d5c3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: Release title; new version and date will be added
1313
type: string
1414
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
1616
type: string
1717

1818
jobs:

workflows/main/commit_lint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ validate() {
3535
}
3636

3737
# 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)
3939
# Args : 1=git log
4040
# STDOUT : Problems found
4141
# Example : lint_commits "$log"
@@ -54,7 +54,7 @@ lint_commits() {
5454
}
5555

5656
# 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)
5858
# STDOUT : Messages
5959
# STDERR : Might print errors and logs
6060
# Returns : 1 if fail

0 commit comments

Comments
 (0)