biowdl / wdl-aid

Automatic Input Documentation for WDL workflows

Home Page:https://wdl-aid.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release v1.0.0

DavyCats opened this issue · comments

Release checklist

  • Check outstanding issues on JIRA and Github.
  • Check latest develop documentation looks fine.
  • Create a release branch.
    • Set version to a stable number.
    • Change current development version in HISTORY.rst to stable version.
  • Merge the release branch into master.
  • Create a test pypi package from the master branch. (Instructions.)
  • Install the packages from the test pypi repository to see if they work.
  • Created an annotated tag with the stable version number. Include changes
    from history.rst.
  • Push tag to remote.
  • Push tested packages to pypi.
  • Merge master branch back into develop.
  • Add updated version number to develop.
  • Build the new tag on readthedocs. Only build the last patch version of
    each minor version. So 1.1.1 and 1.2.0 but not 1.1.0, 1.1.1 and 1.2.0.