Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Apr 14, 2022
1 parent 5ac61d3 commit 350ff69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ Check out our example Jupyter Notebook [here](https://nbviewer.jupyter.org/githu
## Releasing New Version

* Bump version using poetry by calling `poetry version X.Y.Z`
* Merge everything down to `main`
* Make sure CHANGELOG.md is up to date
* Create pull request to merge `develop` to `main`
* `git tag <version>`. Version in the form of vX.Y.Z.
* `git push --tags`.
* Go to GitHub and convert the tag to a release.
Expand Down

0 comments on commit 350ff69

Please sign in to comment.