File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 name : Validate version
1111 uses : ./.github/workflows/validate-current-version.yml
1212 with :
13- VUH_VERSION : ' v2.5.0 '
13+ VUH_VERSION : ' v2.9.1 '
1414
1515 quality-assurance :
1616 name : Quality Assurance
Original file line number Diff line number Diff line change 1515 name : Release generation
1616 uses : ./.github/workflows/release-notes-generation.yml
1717 with :
18- VUH_VERSION : ' v2.5.0 '
19- CHANGELOG_GENERATOR_VERSION : ' v1.0.2 '
18+ VUH_VERSION : ' v2.9.1 '
19+ CHANGELOG_GENERATOR_VERSION : ' v1.0.3 '
2020 needs : quality-assurance
Original file line number Diff line number Diff line change 5353# Written by Shishkin Sergey <[email protected] >5454
5555# Current generator version
56- RELEASE_NOTES_GENERATOR_VERSION=' 1.0.3 '
56+ RELEASE_NOTES_GENERATOR_VERSION=' 1.0.4 '
5757
5858# all conventional commit types (Please don't modify!)
5959CONVENTIONAL_COMMIT_TYPES=(' build' ' ci' ' chore' ' docs' ' feat' ' fix' ' pref' ' refactor' ' revert' ' style' ' test' )
@@ -124,7 +124,7 @@ function _show_updated_message() {
124124function _show_invalid_usage_error_message() {
125125 message=$1
126126 _show_error_message " $message "
127- echo ' Use "gen-release-notes --help" to see available commands and options information'
127+ echo " Use ' $APP_NAME --help' to see available commands and options information"
128128}
129129
130130function _exit_if_using_multiple_commands() {
@@ -324,7 +324,7 @@ function get_release_notes() {
324324}
325325
326326function show_generator_version() {
327- echo " gen-release-notes version: $RELEASE_NOTES_GENERATOR_VERSION "
327+ echo " $APP_NAME version: $RELEASE_NOTES_GENERATOR_VERSION "
328328}
329329
330330function show_help() {
You can’t perform that action at this time.
0 commit comments