File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7272 env :
7373 SHELLCHECK_OPTS : " --shell=sh --severity=warning"
7474 with :
75- ignore_paths : tests
75+ ignore_paths : tests build
76+
7677
Original file line number Diff line number Diff line change @@ -527,6 +527,7 @@ Examples:
527527 giv changelog --todo-files '*.ts' --todo-pattern 'TODO\\ (\\ w+\\ ):'
528528 giv release-notes v1.2.0..HEAD --model-mode remote --api-model gpt-4o --api-url https://api.example.com/v1/chat/completions
529529EOF
530+ printf ' \n%s\n' " For more information, see the documentation at ${DOCS_DIR:- } "
530531}
531532
532533# # -------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ GIV_TOKEN_PROJECT_TITLE=""
44GIV_TOKEN_VERSION=" "
55GIV_TOKEN_EXAMPLE=" "
66GIV_TOKEN_RULES=" "
7- GIV_TOKEN_SUMMARY=" "
87
98is_valid_git_range () {
109 git rev-list " $1 " > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments