Support for releases (and package.zip)
Hi,
I am using Travis-Ci to build my SFDX metadata (what's in the repo), and output a package.zip that is attached to a github release (the package.zip is NOT with the source but as a binary on the release). I'd love to be able to add a button on my readme for one click deploy of the latest package.zip (ie: the one attached to the latest release /releases/latest)
Thx!
+1!
@afawcett Can you add support for v41.0 by updating packageManifest.setVersion("41.0"); on line 308 of GitHubSalesforceDeployController.java. I am trying to update this on my own fork but I am not sure what all environment variables I need to have set up for this app.
@kgowru done 👍
btw @kgowru you can also include the package.xml in your repo and then you have full control