Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.07 KB

Publisher:

  • use GITHUB_TOKEN to avoid commit to main triggering next build
  • add permissions for writing
  • specify explicit registry-url to avoid npm 404 errors
  • cd.yaml should check if the current version is alpha and conventional commit is made (fix: or :feat or :refactor)

Consumer:

Test:

  • build failure should stop the build
  • sync should trigger publish
  • how to trigger sync?
  • publish repo1 -> sync repo2 -> publish repo2