mirror of https://github.com/davisking/dlib.git
Made the makerel script commit a tag and updates to the files which track
the major and minor revision numbers.
This commit is contained in:
parent
25c7a65659
commit
627afb8112
|
@ -85,3 +85,9 @@ mv $SOURCE_TAR.bz2 v$RELEASE
|
|||
mv $SOURCE_ZIP v$RELEASE
|
||||
|
||||
|
||||
echo Create Mercurial tags and commit release
|
||||
cd ..
|
||||
hg tag v$RELEASE
|
||||
hg commit -m "Created release v$RELEASE"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue