Add pretection against accidential 1.0 release

This commit is contained in:
2022-06-30 19:08:03 +02:00
parent 4464bb607b
commit e34a6243c0

View File

@@ -24,6 +24,9 @@ major)
((major++)) || true ((major++)) || true
minor=0 minor=0
patch=0 patch=0
printf '%s\n' "Are you sure you want to release 1.x?" >&2
exit 1
;; ;;
minor) minor)
((minor++)) || true ((minor++)) || true