conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
146 stars 169 forks source link

Add version update skip field to schema #1969

Closed mfisher87 closed 1 week ago

mfisher87 commented 1 week ago

Checklist

I believe this is the needed change to correspond with this one: https://github.com/regro/cf-scripts/pull/2646

Here's a feedstock I maintain which is failing lint due to leveraging this feature: https://github.com/conda-forge/quarto-feedstock/pull/50

mfisher87 commented 1 week ago

@beckermr would you mind giving your input on this change? I think I found the right spot, but I assume I'm missing something :)

beckermr commented 1 week ago

Also thanks for the PR!

mfisher87 commented 1 week ago

@beckermr I'm not used to this "news" format in use here, can you provide more details or a link to documentation? I'll also update the pull request template with that link as part of this PR to benefit future contributors :)

mfisher87 commented 1 week ago

Same for generating the JSON schema actually :grin:

beckermr commented 1 week ago

Try running

python conda_smithy/schema.py

from the top-level directory of the git repo and it should dump new json files that can be added.