THEOplayer / android-ui

UI component library for the THEOplayer Android SDK
https://www.theoplayer.com/docs/open-video-ui/android/
MIT License
7 stars 2 forks source link

Rework release workflow #38

Closed MattiasBuelens closed 1 week ago

MattiasBuelens commented 1 week ago
  1. Manually run "Create release PR" with the desired version number from the develop branch. This updates the version in gradle.properties and CHANGELOG.md
  2. Review the release PR and then merge it.
  3. When merged, publish to Maven and create a GitHub release.

Inspired by the workflow from Web UI.