Skip to content

Commit 38ed062

Browse files
committed
refactor: refactoring
1 parent 394a7fb commit 38ed062

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/ci-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
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

gen_release_notes.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
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!)
5959
CONVENTIONAL_COMMIT_TYPES=('build' 'ci' 'chore' 'docs' 'feat' 'fix' 'pref' 'refactor' 'revert' 'style' 'test')
@@ -124,7 +124,7 @@ function _show_updated_message() {
124124
function _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

130130
function _exit_if_using_multiple_commands() {
@@ -324,7 +324,7 @@ function get_release_notes() {
324324
}
325325

326326
function show_generator_version() {
327-
echo "gen-release-notes version: $RELEASE_NOTES_GENERATOR_VERSION"
327+
echo "$APP_NAME version: $RELEASE_NOTES_GENERATOR_VERSION"
328328
}
329329

330330
function show_help() {

0 commit comments

Comments
 (0)