Skip to content

Release Checklist

Dileep Gadiraju edited this page Mar 30, 2023 · 1 revision
  1. In profile menu of the App, About menu should always show the current release version of the App .
  2. When we prepare release notes always attached unsigned apk with it and that apk BASE_URL should be 'TO_BE_REPLACED' .
  3. apkVersion in config.js should also point to latest release .
  4. Always attach all the layouts in the release .
  5. Swagger documentation and postman collection should always be updated .
  6. When we add any new layout always add generated rois in data/layout folder .
  7. Whenever new release is cut test Backwards Compatibility with old version backend APIs. Any new update will not break previous releases .
  8. Always create release tag from main branch . List down all the new features ,enhancement and bug fixes in that release note provide link as well .
  9. Always test your apk with up url as well .
  10. Documentation to be verified and published @ https://saral.sunbird.org/.
  11. attach aab file with the release .
  12. attach test case report of jest unit test case .