Skip to content

Commit

Permalink
feat: improve RELEASE.md (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored May 18, 2022
1 parent 8c3e9a4 commit 893506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Finally:
* commit with commit message `0.X.N`
* `git tag 0.X.N`
* Push release to repo `git push druid-io 0.X 0.X.N`
* Push to pypi `python setup.py sdist upload`
* Push to pypi `./pypi_push.sh`

Post changelog
* `./gen_changelog.sh 0.0.0...0.X.N`

0 comments on commit 893506b

Please sign in to comment.