Skip to content

Commit ea8b428

Browse files
CCM-11027: Review comments
1 parent 8dd5fca commit ea8b428

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/is_valid_increment.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/bash
2+
# Determines whether a version increment to a package is valid
3+
14
is_valid_increment() {
25
local current="$1"
36
local next="$2"

0 commit comments

Comments
 (0)