Skip to content

Commit

Permalink
Update bioconda_utils/lint/check_build_help.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Aug 23, 2023
1 parent 9754513 commit f44e8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioconda_utils/lint/check_build_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class missing_run_exports(LintCheck):
libraries) but also for e.g. Python packages, as those might also
introduce breaking changes in their APIs or command line interfaces.
Add run_exports to the recipe like this::
We distinguish between three cases. If the software follows semantic versioning (or it has at least a normal version string (like 1.2.3) and the actual strategy of the devs is unknown), add run_exports to the recipe like this::
build:
run_exports:
Expand Down

0 comments on commit f44e8ec

Please sign in to comment.