X-Git-Url: https://git.ao2.it/debian/scripts.git/blobdiff_plain/cf900075a430bb2c61ef2aae164d0477637be018..3704beccc90bda22ebf478c255abee819d14956b:/gbp_retag_commit.sh diff --git a/gbp_retag_commit.sh b/gbp_retag_commit.sh index 4bffd36..c333947 100755 --- a/gbp_retag_commit.sh +++ b/gbp_retag_commit.sh @@ -26,7 +26,7 @@ then exit 1 fi -# TODO: give a warning or an error if this is is an UNRELEASED version? +# TODO: give a warning or an error if this is an UNRELEASED version? PACKAGE=$(echo "$CHANGELOG_HEADER" | cut -d ' ' -f 1) VERSION=$(echo "$CHANGELOG_HEADER" | cut -d '(' -f 2 | cut -d ')' -f 1 )