Lines Matching +full:rev +full:- +full:parse
6 set -e
16 # http://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
18 OUTDIR=$(mktemp -d)
25 grep -A 10 -F "$1" CHANGELOG.md || true
33 grep -A 2 'SET(CBOR_VERSION_MAJOR' CMakeLists.txt
37 grep -A 2 'CBOR_MAJOR_VERSION' examples/bazel/third_party/libcbor/cbor/configuration.h
44 set -x
53 cp -r html libcbor_docs_html
54 tar -zcf libcbor_docs.tar.gz libcbor_docs_html
56 cp -r doxygen/html libcbor_api_docs_html
57 tar -zcf libcbor_api_docs.tar.gz libcbor_api_docs_html
62 cmake "$DIR" -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=ON
68 git commit -a -m "Release $TAG_NAME"
70 git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
71 git push --tags
79 echo "Update the Hombrew formula (https://github.com/Homebrew/homebrew-core/blob/master/Formula/lib…
80 echo "HOWTO: https://github.com/Linuxbrew/brew/blob/master/docs/How-To-Open-a-Homebrew-Pull-Request…