WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Creating new releases of the mode

codeanticode edited this page Jun 10, 2024 · 2 revisions

Release steps for Processing Android.

  1. 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.

  1. In the releases page, change the tag of the latest release from latest to the previous tag

  2. Delete the latest tag

  3. Create the new release, recreating the latest tag

Clone this wiki locally