Releases: bitcraftlab/processing-library-template
Releases · bitcraftlab/processing-library-template
Second Demo Release
First Demo Release
First Release
latest
If you fork this make sure to delete all my releases, and create your own.
Create a tagged release
- Create a new release on github
- Add
zipandtxtfiles fromdocs/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.