We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb96a1 commit df1ebb7Copy full SHA for df1ebb7
1 file changed
.github/workflows/test.yml
@@ -61,7 +61,9 @@ jobs:
61
###########################################################################################
62
- name: test to see if default patch bumping from the latest git tag of 0.0.1 works
63
id: version_bumped
64
- run: ./version-bump.sh
+ run: |
65
+ echo "===> test to see if default patch bumping from the latest git tag of 0.0.1 works";
66
+ ./version-bump.sh
67
env:
68
GHA_TAG: latest
69
@@ -82,7 +84,9 @@ jobs:
82
84
83
85
- name: bump should be patch (0.0.3) NOT minor (0.1.0) because merge bump is disabled
86
id: version_no_merge_bump
87
88
+ echo "===> bump should be patch (0.0.3) NOT minor (0.1.0) because merge bump is disabled";
89
90
91
92
GHA_ENABLE_MERGE_COMMIT_BUMP: "false"
0 commit comments