Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 530 Bytes

File metadata and controls

9 lines (8 loc) · 530 Bytes

Release Instructions

  1. In the top-level gradle.properties file, update the VERSION_NAME property.
  2. Update README.md with new version numbers.
  3. Update CHANGES.md with change log.
  4. Tag with new version number (ensuring that the tag is prefixed with a v).
  5. Create a new release on Github (the fetch job can handle this and the following step automatically)
  6. Add the libwebrtc.aar, libwebrtc_prefixed.aar, and libwebrtc_prefixed_stripped.aar files to the release.
  7. Rerun the associated release github action.