Publishing Versions
Learn how to release new updates to your users.
The Release Cycle
- Development: You modify your add-on code.
- Versioning: You update the
version = "1.x.x"inblender_manifest.toml. - Distribution: You upload your add-on zip to your distribution channel (Gumroad, Superhive Market, etc).
- Notification: You publish the version on Project LEUC.
How to Publish
1. Go to your Dashboard.
2. Select your add-on.
3. Click "Publish Version".
4. Enter the version number exactly as it appears in your manifest.
5. (Optional) Enter a changelog describing what's new.
Updating Changelogs
If you made a typo or want to improve release notes, you can edit the changelog at any time by publishing the same version number again. This will update the existing entry without creating a duplicate.
Deleting Versions
You can delete a version from the Version History page. Be careful: deleting the latest version will cause users to see the previous version as the latest.