We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd5fca commit ea8b428Copy full SHA for ea8b428
scripts/is_valid_increment.sh
@@ -1,3 +1,6 @@
1
+#!/usr/bin/bash
2
+# Determines whether a version increment to a package is valid
3
+
4
is_valid_increment() {
5
local current="$1"
6
local next="$2"
0 commit comments