How do you add automatic releases to wingetbot #106262
Replies: 1 comment
-
wingetbot only scans existing URLs in the repository to see if the packages at them have changed SHA256 hash. If the hash has changed, it tries to update it. There isn't a way to "add" automatic releases to wingetbot, it just happens whenever a vanity URL is used. A "vanity" URL is a URL that always stays the same, and typically references the latest version. It's not good practice to use a vanity URL for a package unless necessary. When possible, the direct link to a version should be used and versions should be retained as long as the manifest is working, unless there are extenuating circumstances. For example - if a package is hosted at GitHub, it would not be appropriate to use the The best way for automatic releases is for publishers to integrate the wingetcreate.exe directly into their CI/CD process rather than relying on existing automation which may not always work and is prone to errors. |
Beta Was this translation helpful? Give feedback.
-
WingetBot is an absolute king when it comes to updating packages, but how do you make the way to make the bot check the versions of the programs and update them?
Beta Was this translation helpful? Give feedback.
All reactions