monorepo
monorepo copied to clipboard
Support custom scopes
Currently, every artifact is scoped by commit SHA.
It should be possible to provide custom scopes like branch name or totally arbitrary key. This is required to inspect "history" of changes (for example needed for graphs).
Initial work done in: https://github.com/codechecks/monorepo/pull/64