diff --git a/RELEASE.md b/RELEASE.md index caea0f1d..c4cd7ecb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -24,6 +24,8 @@ The process of releasing a new version involves several steps: 11. [Close milestone and create new milestone](#close-milestone-and-create-new-milestone) +12. [Release on Conda-Forge](#release-on-conda-forge) + ## Install Copulas from source Clone the project and install the development requirements before start the release process. Alternatively, with your virtualenv activated. @@ -190,3 +192,7 @@ Click `Publish release`, which will kickoff the release workflow and automatical ## Close milestone and create new milestone Finaly, **close the milestone** and, if it does not exist, **create the next milestone**. + +## Release on conda-forge + +After the release is published on [public PyPI](https://pypi.org/project/copulas/), Anacanoda will automatically open a [PR on conda-forge](https://github.com/conda-forge/copulas-feedstock/pulls). Make sure the dependencies match and then merge the PR for the anaconda release to be published.