Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 426 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 426 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.
  6. Add the libwebrtc.aar and libwebrtc_prefixed.aar files to the release.
  7. Rerun the associated release github action.