Skip to content

Commit

Permalink
Update release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 authored Oct 17, 2023
1 parent a611250 commit f7d0dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ For help on how to push changes to the bot's PR please read this [document.](htt
You may need to make other changes to the bot's PR. For example, there is a CI check called "Check conda versions/check_versions" that
verifies whether the dependency versions of the conda update PR match the versions of the recipe used in
`build_conda_pkg` (located in `.github/meta.yaml`). If the check is red, modify the dependencies so they match those in `.github/meta.yaml`.
* An example of these dependency updates would be this [PR](https://github.com/conda-forge/evalml-core-feedstock/pull/147/files)

After you make the necessary changes and merge the PR, our latest package will be deployed to conda-forge! To verify, run this in a fresh conda environment:
After you make the necessary changes, merge the PR, and it passed the checks in main, our latest package will be deployed to conda-forge! To verify, check the [conda website](https://anaconda.org/conda-forge/evalml) to see if it says the latest version and run the following in a fresh conda environment:

```shell
conda install -c conda-forge evalml
Expand Down

0 comments on commit f7d0dfe

Please sign in to comment.