-
Notifications
You must be signed in to change notification settings - Fork 135
Development
Gaute Hope edited this page Jan 26, 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" - Push the release commit to
origin:git push - 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 to
0. - update version no to match tag from above.
- reset build no to
- Commit and push modifications to a new Pull request to
opendrift-conda-packages - If everything is fine; merge pull-request and push, and packages should be uploaded after they are built.