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

Tag releases #56

Open
AndreMiras opened this issue Mar 21, 2019 · 1 comment
Open

Tag releases #56

AndreMiras opened this issue Mar 21, 2019 · 1 comment

Comments

@AndreMiras
Copy link
Contributor

There are a couple of release that were made silently. These releases need to be tagged on git so people can easily reference to it when installing the package.
You can tag on a previous commit, e.g.:

git tag -a 0.7.0 1901a47 -m "0.7.0"
git tag -a 0.8.0 3c68b57 -m "0.8.0"
git push --tags

That way people can just:

pip install https://github.com/corpetty/py-etherscan-api/archive/0.8.0.zip
@corpetty
Copy link
Owner

corpetty commented Apr 5, 2019

yeah my release process is garbage.. thanks, i'll get to this.

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

No branches or pull requests

2 participants