Skip to content

Releases: bitcraftlab/processing-library-template

Second Demo Release

09 Feb 17:03

Choose a tag to compare

New minor release.

First Demo Release

09 Feb 17:21

Choose a tag to compare

First Release

latest

09 Feb 17:34

Choose a tag to compare

If you fork this make sure to delete all my releases, and create your own.

Create a tagged release

  1. Create a new release on github
  2. Add zip and txt files from docs/download

Create a permanent latest release

Just create a release labeled latest in github and always update it!

Explanation:

Unfortunately github provides no way to access a specific file from a release by url. See also this post on stackoverflow.

However this is necessary if you maintain a processing library, since you want the .txt file to be accessible by a script, that checks if your library has been updated. A hack to solve this is to create a latest release, and update it to contain the latest .txt and .zip files.