Skip to content

Demo repo to show how multi-semantic-release works with various CI/CD

License

Notifications You must be signed in to change notification settings

semrel-extra/demo-msr-cicd

Repository files navigation

@semrel-extra/demo-msr-cicd

multi-semantic-release

Demo repo to show how multi-semantic-release works with CI/CD

Branch CI/CD Status Remark
master GitHub Actions CI
beta GitHub Actions CI Pre-releases, beta-versions pipeline
travis Travis CI Release Status

Stack

Monorepo structure

  • pkg-a has no own deps
  • pkg-b has no deps too
  • pkg-c refers to pkg-a
  • pkg-d depends from pkg-b and pkg-c
  • pkg-e is fully independent

packages a, b, c belong to packages/foo scope d and epackages/bar

License

MIT