Skip to content
Snippets Groups Projects
Commit 75e8b273 authored by John Chilton's avatar John Chilton
Browse files

Fixes for release process.

parent bfbed7ea
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,6 @@ are fine.
* Review `Test PyPI site <https://testpypi.python.org/pypi/pulsar-app>`_
for errors.
* Test intall ``pip install -i https://testpypi.python.org/pypi pulsar-app``.
* ``python scripts/new_version.py <new_version>``
* ``python tools/new_version.py <new_version>``
* ``git push origin master``
* ``git push --tags origin``
......@@ -36,7 +36,7 @@ def main(argv):
mod, 1)
mod = open(mod_path, "w").write(mod)
shell(["git", "commit", "-m", "Starting work on %s" % version,
"HISTORY.rst", "%s/__init__.py" % project_name])
"HISTORY.rst", "%s/__init__.py" % PROJECT_NAME])
def shell(cmds, **kwds):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment