Addon that links a resource to a GitHub repo for auto-updates?

VisEntities

Active member
Just wondering if there’s any addon that lets you link a resource to a GitHub repository, so that pushing an update to the repo could automatically update the resource as well (maybe even send the changelog at the same time)

Is anything like that out there?
 
Currently, I don't think there is any dedicated addon that directly links resources to GitHub repositories for automatic updates. However, you can achieve this functionality using Git's native features.

You could set up a GitHub webhook to trigger updates whenever you push to your repository, and pair this with a script to handle the resource updates and changelog notifications. This would require some technical setup but would accomplish what you're looking for.
 
Back
Top Bottom