sbp opened a new issue, #629: URL: https://github.com/apache/tooling-trusted-releases/issues/629
Files can be tagged as either source or binary by release managers. If they don't explicitly tag them, then we can automatically detect the type. We also always automatically detect metadata. Therefore we have `bin`, `src`, `bin-meta`, and `src-meta`, but these can be further split by how they were classified (manual tagging, or ATR automatic detection). There may also be files which belong to none of these classifications, which we class as documentation, `doc`, which again could be manually or automatically detected. That gives us ten types in total. The `bin-meta` and `src-meta` types could be shortened to `bim` (binary metadata) and `srm` (source metadata) perhaps, and then they'll line up since file tables are presented in monospace. I was thinking about using a `?` to denote that we automatically detected the type, but perhaps it would be better to use colour to preserve the alignment. -- 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]
