File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ declare rc=0
7
7
8
8
git log $( git describe --tags --abbrev=0) ..HEAD --oneline | tee /tmp/release-changelogs.txt
9
9
10
- if [[ $( cat /tmp/release-changelogs.txt | grep fix) || $( cat /tmp/release-changelogs.txt | grep patch) ]]; then
10
+ if [[ $( cat /tmp/release-changelogs.txt | grep fix) || $( cat /tmp/release-changelogs.txt | grep patch) || $( cat /tmp/release-changelogs.txt | grep chore ) ]]; then
11
11
PATCH=true
12
12
fi
13
13
@@ -32,9 +32,9 @@ echo -e "\n"
32
32
echo -e " ================================================================================="
33
33
34
34
if [[ $MAJOR == false && $MINOR == false ]]; then
35
- echo " Release type: patch"
35
+ echo " Recommended release type: patch"
36
36
elif [[ $MAJOR == false && $MINOR == true ]]; then
37
- echo " Release type: minor"
37
+ echo " Recommended release type: minor"
38
38
else
39
- echo " Release type: major"
39
+ echo " Recommended release type: major"
40
40
fi
You can’t perform that action at this time.
0 commit comments