Skip to content

Can this be used with a mono-repo or multiple module project? #19

Answered by shiouen
sheldonhull asked this question in Q&A
Discussion options

You must be logged in to vote

I don't often work with mono repos, but it depends on your workflow. There's so many options I'm not entirely sure where to begin.

Most important with sbot: whatever you do before raising a PR doesn't really matter, as long as you move along all commits that represent a change within a single PR. sbot only looks at the latest git commit for information.

The mono repo could work if you keep changes to a single branch and share that branch with multiple devs. It could also work when you consolidate all commits part of a change (release, feat, fix) into a temporary branch and then merge the whole thing with a pull request into main. sbot would simply work with the PR message or branch name o…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sheldonhull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants