mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 02:31:47 +00:00
chore_: change patch version to 0 when incrementing minor (#5719)
This commit is contained in:
parent
a00bf6977b
commit
93bb77f303
1
_assets/scripts/tag_version.sh
Normal file → Executable file
1
_assets/scripts/tag_version.sh
Normal file → Executable file
@ -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…
x
Reference in New Issue
Block a user