|
|
|
|
|
by oh_sigh
2901 days ago
|
|
Two ways I've done in the past: have a resolver in the master script which knows how to crawl your source tree(s) and detect the appropriate tagging in specific programs, or have each program get registered in a config script that the master reads from. I live in a world where we're expected to be synced to head in a monorepo, so distribution is easy for me. |
|