-
Notifications
You must be signed in to change notification settings - Fork 8
Releasing a new build
Bradley Kreider edited this page Feb 5, 2020
·
2 revisions
Do not release until testing and builds are clean.
- git checkout
- (No changelog yet) Edit changelog for new additions.
- (No changelog yet) git commit -m "updated changelog for release" CHANGELOG.md
- git describe --always --long # sanity check for current tag
- git tag -a <release number>
- git push --tags
This will kick off a Travis-CI build and the deploy steps will push it to Anaconda.org.