didomi / react-native

Didomi SDK for React Native
Other
9 stars 2 forks source link

CMP-3552 release workflow #83

Closed nicolas-chaix-didomi closed 1 year ago

nicolas-chaix-didomi commented 1 year ago

This is the workflows order when we only need to update native SDKs:

  1. update.yml (will get native sdks version + increment bridge version + trigger tag.yml)
  2. tag.yml (will get the new bridge version + create tag from bridge version)
  3. release.yml (triggered by the new tag > run tests + create release from tag name)
  4. publish.yml (triggered by the new release > publish bridge)