Skip to content

Commit

Permalink
releasing: Remove duplicate version verification code
Browse files Browse the repository at this point in the history
  • Loading branch information
bostjan committed Feb 9, 2021
1 parent 40c23e8 commit 6824c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 79 deletions.
3 changes: 2 additions & 1 deletion dev-tools/build-package-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ _echo "Determined release version: $RELEASE_VERSION"
#
if [[ $RELEASE_TAG =~ ^snoopy-[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)?$ ]]; then
_echo "This is a stable production build, running additional consistency checks..."
./dev-tools/verify-release-tag.sh "$RELEASE_TAG"
./dev-tools/libexec/verify-last-version-in-readme.sh "$RELEASE_VERSION"
./dev-tools/libexec/verify-last-version-in-changelog.sh "$RELEASE_VERSION"
RELEASE_IS_STABLE="1"
else
_echo "This is a non-stable/non-production build, additional consistency checks will be skipped."
Expand Down
78 changes: 0 additions & 78 deletions dev-tools/verify-release-tag.sh

This file was deleted.

0 comments on commit 6824c33

Please sign in to comment.