Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 549 Bytes

File metadata and controls

20 lines (14 loc) · 549 Bytes

Issuing a new Release

  • Update the changelog (docs/source/changelog.rst) with the new desired version.
  • Tag the new release and push it:

    $ git tag -s "x.y.z"
    $ git push --tags origin main
  • Update the release nodes on GitHub for the newly pushed release.
  • Update the versions in ReadTheDocs.