Skip to content

Releasing ramp workflow

Joris Van den Bossche edited this page Nov 6, 2017 · 2 revisions
  • Update the changelog:

  • Tag this commit on master with the new version number:

    • Make sure you updated your local master branch (after the steps above)
    • Make sure you are on the release commit from above (check with git log)
    • Tag that commit: eg git tag -a v0.2.0 -m "Version 0.2.0"
    • Push this commit to github: git push --tag

That's all. Now a new release will be available on github and rampwf.__version__ will indicated the new version number.

(TODO: we should update this with how to upload to PyPI once we do this)