bloznelis / typioca

Cozy typing speed tester in terminal
MIT License
748 stars 20 forks source link

Add Winget Releaser workflow #85

Closed sitiom closed 1 year ago

sitiom commented 1 year ago

This action automatically generates manifests for the Winget Community Repository (microsoft/winget-pkgs).

I have just added typioca to Winget (https://github.com/microsoft/winget-pkgs/pull/94813). This workflow would enable automatic package updates for it.

Before merging this:

  1. Add a PAT with public_repo scope as a repository secret named WINGET_TOKEN.

example

  1. Fork https://github.com/microsoft/winget-pkgs under @bloznelis. The action will use that fork for making a branch and creating a PR with the upstream winget-pkgs repository on every release.
  2. Install Pull on the winget-pkgs fork to ensure that it is constantly updated.

The documentation and source code of the action is available here.

If you want to see an example of a PR created using this action, see microsoft/winget-pkgs/pulls (Pull request has been automatically created using 🛫 WinGet Releaser).

sitiom commented 1 year ago

Winget Releaser error seems to be about this one: https://github.com/vedantmgoyal2009/winget-releaser/issues/86. Try rerunning the failed job until it succeeds.

sitiom commented 1 year ago
sitiom commented 1 year ago

Don't forget to sign the CLA: https://github.com/microsoft/winget-pkgs/pull/95128#issuecomment-1409908187