Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Adds release methodology instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Dec 14, 2021
1 parent 6a19dc4 commit e1558c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@ These are the steps to push to pypi. This is taken from the [python packaging tu
7. If you can, then push to real pypi. `python3 -m twine upload dist/*`
8. Double check you can download and install what you just pushed in a fresh environment. A good thing to test is to
run the hello world example.

# Announcing your release

Now that you've pushed to pypi, announce your release! We plan to automate this, but for now...

1. Create a github release (select auto-generate release for painless text generation). Create a tag that's called `sf-hamilton-{version_string}`.
See [1.2.0](https://github.com/stitchfix/hamilton/releases/tag/sf-hamilton-1.2.0) for an example.
2. Announce on the #releases channel in discord, following the format presented there.
3. Thanks for contributing!

0 comments on commit e1558c1

Please sign in to comment.