提交 f066e80e authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix release instructions

git push --tags pushes the tags only, not the commits.
上级 aa5ed7d9
...@@ -57,6 +57,7 @@ following:: ...@@ -57,6 +57,7 @@ following::
git commit -m "Modifications for 0.X.Y release" setup.py doc/conf.py NEWS.txt HISTORY.txt theano/configdefaults.py doc/library/config.txt git commit -m "Modifications for 0.X.Y release" setup.py doc/conf.py NEWS.txt HISTORY.txt theano/configdefaults.py doc/library/config.txt
git tag -a rel-0.X.Y git tag -a rel-0.X.Y
git push
git push --tags git push --tags
The documentation will be automatically regenerated in the next few hours. The documentation will be automatically regenerated in the next few hours.
...@@ -137,6 +138,7 @@ from ``NEWS.txt``, and send it to the following mailing lists: ...@@ -137,6 +138,7 @@ from ``NEWS.txt``, and send it to the following mailing lists:
* scipy-user@scipy.org * scipy-user@scipy.org
For release candidates, only e-mail: For release candidates, only e-mail:
* theano-announce * theano-announce
* theano-dev * theano-dev
* theano-users * theano-users
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论