py-etherscan-api icon indicating copy to clipboard operation
py-etherscan-api copied to clipboard

Tag releases

Open AndreMiras opened this issue 6 years ago • 1 comments

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

AndreMiras avatar Mar 21 '19 20:03 AndreMiras

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

corpetty avatar Apr 05 '19 15:04 corpetty