-
Notifications
You must be signed in to change notification settings - Fork 135
Development
Gaute Hope edited this page Jan 4, 2021
·
18 revisions
- Checkout branch
masterfromorigin(official opendrift repository) - Make sure
masteris up-to-date (git pull) - Update
history.rst - Update
opendrift/version.py - Stage changes:
git add -u . - Make a release commit on
master:git commit -m "Release x.y.z" - Tag the new release:
git tag -s vx.y.z - Push the tag to the
originrepository:git push origin --tags
cd opendrift-conda-packages/opendrift- edit
meta.yaml:- reset build no
- update version no
cd ..conda activate opendrift_packagesconda build opendrift-
anaconda upload -u OpenDrift .../path/from/above/command.