mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Made makerel put the tag on the right revision
This commit is contained in:
parent
99a91ce680
commit
13877f5456
@ -36,8 +36,8 @@ set_dlib_version PATCH 0
|
||||
RELEASE=${MAJOR_NUM}.${MINOR_NUM}
|
||||
# Commit changes to the version numbers so that the makedocs script will use them.
|
||||
echo Create Mercurial tags and commit release
|
||||
hg tag v$RELEASE || report_failure
|
||||
hg commit -m "Created release v$RELEASE" || report_failure
|
||||
hg tag v$RELEASE || report_failure
|
||||
|
||||
./makedocs makerel || exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user