vedantmgoyal9/WinGet Releaser

Publish new releases of your application to Windows Package Manager easily.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
identifierThe `PackageIdentifier` of the app in WinGet.yes
versionThe `PackageVersion` of the application. Defaults to the release tag, excluding the 'v' prefix.no
installers-regexA regular expression to match Windows installers/binaries from GitHub release artifacts.yes.(exe|msi|msix|appx)(bundle){0,1}$
max-versions-to-keepThe maximum number of versions of the package to keep in WinGet. If after the current release, the number of versions exceeds this limit, the oldest versions will be deleted. Leave unset for unlimited.yes0
release-repositoryThe repository where the release is located.yes${{ github.event.repository.name }}
release-tagThe tag of the GitHub release you want to publish to WinGet.yes${{ github.event.release.tag_name || github.ref_name }}
release-notes-urlURL to the package version's release notes.no
tokenGitHub token to create PR at winget-pkgs. The token should have a `public_repo` scope.yes
fork-userThe GitHub user where winget-pkgs fork is present. This fork will be used to create the PR at the WinGet Community Repository.yes${{ github.repository_owner }}

no outputs