Skip to content

Commit 17f79f0

Browse files
committed
Add a flag to disable feat bump
1 parent f237e5d commit 17f79f0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
###########################################################################################
6262
- name: test to see if default patch bumping from the latest git tag of 0.0.1 works
6363
id: version_bumped
64-
run: |
65-
echo "===> test to see if default patch bumping from the latest git tag of 0.0.1 works";
66-
./version-bump.sh
64+
run: ./version-bump.sh
6765
env:
6866
GHA_TAG: latest
6967

@@ -102,9 +100,7 @@ jobs:
102100
103101
- name: bump should be (0.0.2) NOT (0.1.0) because merge bump is disabled
104102
id: version_no_merge_bump
105-
run: |
106-
echo "===> bump should be patch (0.0.2) NOT minor (0.1.0) because merge bump is disabled";
107-
./version-bump.sh
103+
run: ./version-bump.sh
108104
env:
109105
GHA_TAG: latest
110106
GHA_ENABLE_MERGE_COMMIT_BUMP: "false"

0 commit comments

Comments
 (0)