Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write a release script #15

Open
chadwhitacre opened this issue Aug 8, 2013 · 4 comments
Open

write a release script #15

chadwhitacre opened this issue Aug 8, 2013 · 4 comments

Comments

@chadwhitacre
Copy link
Collaborator

needs to change version in:

  • setup.py
  • docs/conf.py
  • postgres/__init__.py
@chadwhitacre
Copy link
Collaborator Author

update $version
git commit -m "Bump version to $version"
git tag $version
add "-dev" to $version
git commit -m "Bump version to $version"
git push --tags

@chadwhitacre
Copy link
Collaborator Author

Also make a release in the GitHub UI, I guess:

https://github.com/gittip/postgres.py/releases/

@chadwhitacre
Copy link
Collaborator Author

git checkout $version
python setup.py sdist upload

@chadwhitacre
Copy link
Collaborator Author

See also gratipay/inside.gratipay.com#309.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant