chore_: change patch version to 0 when incrementing minor (#5719)
This commit is contained in:
parent
a00bf6977b
commit
93bb77f303
|
@ -18,6 +18,7 @@ bump_version() {
|
|||
# Bump the version based on the type of change
|
||||
if [[ "$is_breaking_change" = true ]]; then
|
||||
((minor++))
|
||||
((patch=0))
|
||||
else
|
||||
((patch++))
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue