Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 814 Bytes

DEVEL-README.md

File metadata and controls

27 lines (16 loc) · 814 Bytes

How to release

  1. Bump version number in c/Makefile, r/DESCRIPTION and python/pyproject.toml

    • c/Makefile: Remove $(REVISION) and set to ${PACKAGEVERSION}.
    • r/DESCRIPTION: Remove .900 and set to ${PACKAGEVERSION}.
    • python/pyproject.toml: Remove .dev[0-9].
  2. git ci -a -m "Prepare to release v${PACKAGEVERSION}"

  3. Submit to CRAN.

  4. Once accepted, make closeversion

  5. Update dates and version number in python/doc/source/whatsnew/index.rst

  6. Publish a release in github to automatically submit to PyPi.

  7. Bump version number ${PACKAGEVERSION} in Makefile and update:

    • c/Makefile: Append $(REVISION)
    • r/DESCRIPTION: Append .900.
    • python/pyproject.toml: set to ${PACKAGEVERSION}.dev0.
  8. git ci -a -m "Start development version"