Hi,
As a developer, I find it really helpful if you would publish git repositories of your products.
Before I implement a new version on my websites, I maintain my own git repositories of gravityforms, so before applying the update; I often manually inspect the code to get a better sense of what changes and if there’s anything that would break my customizations (and also to learn!).
On my machine locally, I download the newest version, place it into my git repo, and then use git tools to view the changes that were made in the newest version. Sometimes, I’ve forgotten to do this and a form breaks. By having gravityforms in a git repository, I can very quickly switch to a past version (by checking it into a previous commit) and compared behaviors.
Thanks for your consideration.