Prerequisites
check git remote -v that OpenAttribution/oa-android-sdk is there. If you do not see it, add it:
git remote add upstream https://github.com/OpenAttribution/oa-android-sdk.git
- Make sure
CHANGELOG.mdis up-to-date onmainfor the impending release. Info underX.Y.Zwill be used on the GitHub release page. - Update
libs.versions.tomlto useX.Y.Z - Create pull request from your repo to OpenAttribution
- Make a new tag:
git tag X.Y.Z - Push tag
git push upstream X.Y.Z(this triggers the publish to Maven Central)