mixpanel-android icon indicating copy to clipboard operation
mixpanel-android copied to clipboard

fix release script and bump snapshot version manually

Open jaredmixpanel opened this issue 7 months ago • 0 comments

The release script wasn't checking out the release branch prior to attempting to set the new snapshot version. It was was still on the docs branch gh-pages so the sed command would fail to find gradle.properties. This PR fixes the script and manually bumps the snapshot version from the last release.

jaredmixpanel avatar May 02 '25 21:05 jaredmixpanel