Skip to content

Steps to release a new version

Weiyuan Wu edited this page Apr 1, 2022 · 10 revisions

Steps

  • Bump the version number in both pyproject.toml and __init__.py.
  • Push the change to the develop branch
  • Create an PR to the release branch and merge it.
  • Check the release status in the Github Actions Tab.
  • Publish the release note at https://github.com/sfu-db/dataprep/releases
  • Wait for Conda bot submit a PR to https://github.com/conda-forge/dataprep-feedstock/pulls.
  • Check if the PR is correct
  • Merge the PR to release a Conda version.
  • Write a TL;DR; for the release note into the README
  • Update the website