top | item 17465488

(no title)

candreasen | 7 years ago

This is the most interesting way of doing it I've seen. How would this be configured/the scripts distributed?

discuss

order

oh_sigh|7 years 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.