Creating new releases of the mode - processing/processing-android GitHub Wiki
Release steps for Processing Android.
- Create a new tag for the version to be released, from command line. For example:
git tag -a android-412 b06a718 -m "android-412"
git push origin android-412
b06a718
would be the commit hash, but is not needed if the tag correspond to the latest commit.
-
In the releases page, change the tag of the latest release from latest to the previous tag
-
Delete the latest tag
-
Create the new release, recreating the latest tag