You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the search tool and did not find an issue describing my idea.
Your idea.
ONLYOFFICE is already available on Winget (ONLYOFFICE.DesktopEditors) and it seems up to date, but would it be possible to use WinGet Releaser to make future versions automatically available on Winget?
(As of yet, Winget does not have the ability to carry out such automations natively: microsoft/winget-pkgs#500)
Thanks to vedantmgoyal2009 efforts, ONLYOFFICE now is automatically updated on Winget, but this isn't ideal because:
Sometimes automation may go offline for maintenance, hence it is better to use GitHub Action. It is also easier to maintain and implement new features in the action. All apps use the latest manifest schema and fields.
Automation is generally preferred for non-GitHub packages (meaning: software which are hosted on GitHub) that cannot take advantage of the GitHub Action.
Since all GitHub API requests are authenticated with my account, using action distrubutes the amount of traffic on GitHub. The action is triggered automatically on releases, so we don't need to fetch APIs or scrape webpages to check for updates periodically, and PRs are created with the software's developer account.
Microsoft prefers publishers managing releases for their apps themselves instead of a third party. It isn't a hard-and-fast rule, note the word "prefers" here.
The text was updated successfully, but these errors were encountered:
Hi, I think this WinGet config is done by third party and not our official distribution method (correct me if I wrong) so better to contact the person who did it
That's correct. vedantmgoyal2009 is running a script that automatically updates ONLYOFFICE and several other apps. However, I am helping him ask publishers to use an automation script, such WinGet Releaser, so he doesn't need to run the script himself (see above the reasons why the current solution isn't ideal).
This issue is unique.
Your idea.
ONLYOFFICE is already available on Winget (ONLYOFFICE.DesktopEditors) and it seems up to date, but would it be possible to use WinGet Releaser to make future versions automatically available on Winget?
(As of yet, Winget does not have the ability to carry out such automations natively: microsoft/winget-pkgs#500)
Thanks to vedantmgoyal2009 efforts, ONLYOFFICE now is automatically updated on Winget, but this isn't ideal because:
Sometimes automation may go offline for maintenance, hence it is better to use GitHub Action. It is also easier to maintain and implement new features in the action. All apps use the latest manifest schema and fields.
Automation is generally preferred for non-GitHub packages (meaning: software which are hosted on GitHub) that cannot take advantage of the GitHub Action.
Since all GitHub API requests are authenticated with my account, using action distrubutes the amount of traffic on GitHub. The action is triggered automatically on releases, so we don't need to fetch APIs or scrape webpages to check for updates periodically, and PRs are created with the software's developer account.
Microsoft prefers publishers managing releases for their apps themselves instead of a third party. It isn't a hard-and-fast rule, note the word "prefers" here.
The text was updated successfully, but these errors were encountered: