sbp commented on issue #425: URL: https://github.com/apache/tooling-trusted-releases/issues/425#issuecomment-3702813459
We currently plan to have a strict yaml file that takes tags for keys, gitignore paths for values, and if there are any tags that are inherently conflicting (e.g. marking binary artifacts as x86_64 and arm64) then we use either first-wins or last-wins and the task that does this emits a check error. There would also be a check error for unrecognised tags, but to allow cases such as language tagging we could allow user tags. Most likely in that case we'd need to allow captures from the filename though, so that's a more advanced case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
