correctly grep for moved version string

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/feature_files_export 2.0.6
Nico Schottelius 13 years ago
parent 72fefef320
commit 78b44d4ddc
  1. 2
      doc/dev/releasechecklist

@ -11,7 +11,7 @@ echo "Testing documentation..."
./build clean && ./build man || exit 1
# get version
changelog_version=$(head -n1 doc/changelog | sed 's/:.*//')
changelog_version=$(grep '^[[:digit:]]' doc/changelog | head -n1 | sed 's/:.*//')
#git_version=$(git describe)
lib_version=$(grep ^VERSION lib/cdist/__init__.py | sed -e 's/.*= //' -e 's/"//g')

Loading…
Cancel
Save