-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Last year I and a group of colleagues discovered SEU-as-code and now try to establish it within the company for new projects.
I had some free time and developed an auto-update mechanism for packages used internally. It relies on APIs most software publisher (unknowingly) provide, to discover the available versions. Each night out CI triggers the script which checks against these APIs, updates the build.properties file and publish the update to our internal nexus. Basically a mix of curl, jq, and sed to replace the version.
Would this project be open for such a feature? And if, are there any CI constraints that such a PR should follow?
Reactions are currently unavailable