Demo repo to show how multi-semantic-release works with CI/CD
Branch | CI/CD | Status | Remark |
---|---|---|---|
master |
GitHub Actions | ||
beta |
GitHub Actions | Pre-releases, beta-versions pipeline | |
travis |
Travis CI |
- yarn 1.x (workspaces enabled, see root level
package.json
,.yarnrc
) - lerna 5.x
pkg-a
has no own depspkg-b
has no deps toopkg-c
refers topkg-a
pkg-d
depends frompkg-b
andpkg-c
pkg-e
is fully independent
packages a, b, c
belong to packages/foo
scope
d
and e
— packages/bar