helper to generate auto publication workflows#13581
Conversation
Co-authored-by: François Daoust <fd@tidoust.net>
svgeesus
left a comment
There was a problem hiding this comment.
Looks good in general and easier to maintain
|
So, now that this is merged, what triggers the python script to run? Or do we run it locally and just commit the results? |
The script needs to be run manually only when there's a new spec to be autopublished or if the template is updated. |
It is because Bikeshed warnings prevent publication. Bikeshed warns on variables only used once. I had been ignoring that because bikeshed is wrong (it does not consider |
Since spec variables are in no particular language, there is no way for me to tell what part of the contents of a |
Based on @tidoust's suggestion, that PR adds a script to help generate the auto publication workflows for a given list of specs.
That PR assumes that the source document is named Overview.bs and each folder matches the shortname of the spec.