mirror of https://gitee.com/bigwinds/arangodb
release version 1.0.0
This commit is contained in:
parent
935a38f540
commit
1719144018
|
@ -1,4 +1,4 @@
|
|||
v1.0.0 (2012-08-XX)
|
||||
v1.0.0 (2012-08-17)
|
||||
-------------------
|
||||
|
||||
* fix for issue #157: check for readline and ncurses headers, not only libraries
|
||||
|
|
|
@ -43,10 +43,10 @@ make doxygen
|
|||
make latex
|
||||
make wiki
|
||||
|
||||
git commit -m "release version $VERSION" -a
|
||||
git push
|
||||
|
||||
if [ "$TAG" == "1" ]; then
|
||||
git commit -m "release version $VERSION" -a
|
||||
git push
|
||||
|
||||
git tag "v$VERSION"
|
||||
git push --tags
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue