{"id":13542562,"url":"https://github.com/vedantmgoyal9/winget-releaser","last_synced_at":"2025-04-04T12:08:03.425Z","repository":{"id":45760545,"uuid":"504540417","full_name":"vedantmgoyal9/winget-releaser","owner":"vedantmgoyal9","description":"Publish new releases of your application to the Windows Package Manager easily.","archived":false,"fork":false,"pushed_at":"2024-10-07T13:06:18.000Z","size":812,"stargazers_count":164,"open_issues_count":2,"forks_count":22,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-29T14:33:31.885Z","etag":null,"topics":["actions","github-actions","hacktoberfest","windows","winget"],"latest_commit_sha":null,"homepage":"https://docs.bittu.eu.org/docs/winget-releaser-playground","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vedantmgoyal9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"vedantmgoyal9","patreon":"vedantmgoyal","open_collective":null,"ko_fi":"vedantmgoyal","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-06-17T13:14:20.000Z","updated_at":"2024-10-23T17:32:00.000Z","dependencies_parsed_at":"2023-01-11T17:22:49.944Z","dependency_job_id":"f1cb60d4-221e-4826-b97d-ffe4d0774d34","html_url":"https://github.com/vedantmgoyal9/winget-releaser","commit_stats":{"total_commits":268,"total_committers":13,"mean_commits":"20.615384615384617","dds":0.4701492537313433,"last_synced_commit":"b87a066d9e624db1394edcd947f8c4e5a7e30cd7"},"previous_names":["vedantmgoyal9/winget-releaser","vedantmgoyal2009/winget-releaser"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedantmgoyal9%2Fwinget-releaser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedantmgoyal9%2Fwinget-releaser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedantmgoyal9%2Fwinget-releaser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedantmgoyal9%2Fwinget-releaser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vedantmgoyal9","download_url":"https://codeload.github.com/vedantmgoyal9/winget-releaser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246981170,"owners_count":20863827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-actions","hacktoberfest","windows","winget"],"created_at":"2024-08-01T10:01:10.821Z","updated_at":"2025-04-04T12:08:03.402Z","avatar_url":"https://github.com/vedantmgoyal9.png","language":null,"funding_links":["https://github.com/sponsors/vedantmgoyal9","https://patreon.com/vedantmgoyal","https://ko-fi.com/vedantmgoyal"],"categories":["windows","TypeScript"],"sub_categories":[],"readme":"\u003ch1\u003e \u003cimg src=\"https://github.com/vedantmgoyal9/winget-releaser/blob/main/.github/github-actions-logo.png\" width=\"32\" height=\"32\" alt=\"Logo\" /\u003e WinGet Releaser (GitHub Action) \u003c/h1\u003e\n\n![GitHub contributors (via allcontributors.org)][github-all-contributors-badge]\n![GitHub issues][github-issues-badge]\n![GitHub release (latest by date)][github-release-badge]\n![GitHub Repo stars][github-repo-stars-badge]\n![GitHub][github-license-badge]\n[![Badge](\u003chttps://img.shields.io/badge/docs.bittu.eu.org%2Fdocs%2Fwinget--releaser--playground-abcdef?style=flat\u0026logo=windowsterminal\u0026label=Playground%20(dry-run)\u003e)][playground-link]\n\nPublish new releases of your application to the Windows Package Manager easily.\n\n![pr-example-screenshot][pr-screenshot-image]\n\nCreating WinGet manifests and submitting them at [WinGet Community Repository][winget-pkgs-repo] for every release of\nyour application can be tedious and error-prone.\n\nWinGet Releaser allows you to automate this process, with pull requests that are trusted amongst the community, often\nexpediting the amount of time it takes for a submission to be reviewed and published to WinGet.\n\n## Getting Started 🚀\n\n\u003e [!IMPORTANT]\n\u003e At least **one** version of your package should already be present in the [Windows Package Manager Community Repository][winget-pkgs-repo].\n\u003e The action will use that version as a base to create manifests for new versions of the package.\n\n1. You will need to create a _classic_ Personal Access Token (PAT) with `public_repo` scope. _New_ fine-grained PATs aren't supported by the action. Review https://github.com/vedantmgoyal9/winget-releaser/issues/172 for information.\n\n2. Fork [microsoft/winget-pkgs][winget-pkgs-repo] under the same account/organization as the project's repository. If you are forking [winget-pkgs][winget-pkgs-repo] on a different account (e.g. bot/personal account), you can use the `fork-user` input to specify the username of the account where the fork is present.\n\n3. Add the action to your workflow file (e.g. `.github/workflows/\u003cname\u003e.yml`).\n\n\u003e [!IMPORTANT]\n\u003e The action will only work when the release is **published** (not a draft), because the release assets (binaries) aren't available publicly until the release is published.\n\n\u003e [!NOTE]\n\u003e In case you're pinning the action to a commit hash, you'll need to update the hash frequently to get the latest features \u0026 bug fixes. Therefore, it is **highly** recommended to setup dependabot auto-updates for your repository. Check out [keeping your actions up to date with Dependabot][dependabot-setup-guide] for guidance on how to do this. (Yes, it also supports updating actions pinned to a commit hash!)\n\n## Examples 📝\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003cth align=\"center\"\u003e Workflow with the minimal configuration \u003c/th\u003e\n\u003cth align=\"center\"\u003e Workflow with a filter to only publish .exe files \u003c/th\u003e\n\u003cth align=\"center\"\u003e Workflow to publish multiple packages \u003c/th\u003e\n\u003cth align=\"center\"\u003e Workflow with implementation of custom package version \u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\n```yaml\nname: Publish to WinGet\non:\n  release:\n    types: [released]\njobs:\n  publish:\n    runs-on: windows-latest\n    steps:\n      - uses: vedantmgoyal9/winget-releaser@main\n        with:\n          identifier: Package.Identifier\n          max-versions-to-keep: 5 # keep only latest 5 versions\n          token: ${{ secrets.WINGET_TOKEN }}\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```yaml\nname: Publish to WinGet\non:\n  release:\n    types: [released]\njobs:\n  publish:\n    runs-on: windows-latest\n    steps:\n      - uses: vedantmgoyal9/winget-releaser@main\n        with:\n          identifier: Package.Identifier\n          installers-regex: '\\.exe$' # Only .exe files\n          token: ${{ secrets.WINGET_TOKEN }}\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```yaml\nname: Publish to WinGet\non:\n  release:\n    types: [released]\njobs:\n  publish:\n    runs-on: windows-latest\n    steps:\n      - name: Publish X to WinGet\n        uses: vedantmgoyal9/winget-releaser@main\n        with:\n          identifier: Package.Identifier\u003cX\u003e\n          installers-regex: '\\.exe$' # Only .exe files\n          token: ${{ secrets.WINGET_TOKEN }}\n      - name: Publish Y to WinGet\n        uses: vedantmgoyal9/winget-releaser@main\n        with:\n          identifier: Package.Identifier\u003cY\u003e\n          installers-regex: '\\.msi$' # Only .msi files\n          token: ${{ secrets.WINGET_TOKEN }}\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```yaml\nname: Publish to WinGet\non:\n  release:\n    types: [released]\njobs:\n  publish:\n    runs-on: windows-latest\n    steps:\n      - name: Get version\n        id: get-version\n        run: |\n          # Finding the version from release name\n          $VERSION=\"${{ github.event.release.name }}\" -replace '^.*/ '\n          \"version=$VERSION\" \u003e\u003e $env:GITHUB_OUTPUT\n        shell: pwsh\n      - uses: vedantmgoyal9/winget-releaser@main\n        with:\n          identifier: Package.Identifier\n          version: ${{ steps.get-version.outputs.version }}\n          token: ${{ secrets.WINGET_TOKEN }}\n```\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## Configuration Options ⚒️\n\n| Option | Description | Notes |\n|---|---|---|\n| `identifier` **(Mandatory)** | The `PackageIdentifier` of the app in WinGet. | **Example**: `Microsoft.PowerToys` |\n| `version` (Optional) | The `PackageVersion` of the application. | **Default**: Release tag, excluding `v` prefix \u003cbr\u003e (e.g. `v1.0.0` -\u003e `1.0.0`) \u003cbr\u003e **Example**: `${{ github.event.release.tag_name }} # For tags without the 'v' prefix` |\n| `installers-regex` (Optional) | A **Reg**ular **Ex**pression to match Windows installers/binaries from GitHub release artifacts. | **Default**: `.(exe\\|msi\\|msix\\|appx)(bundle){0,1}$` \u003cbr\u003e **Example**: `\\.exe$` (All files ending with .exe) |\n| `max-versions-to-keep` (Optional) | The 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 version will be deleted. | **Default**: `0` (unlimited) \u003cbr\u003e **Example**: `3` (latest 3 versions only) |\n| `release-tag` (Optional) | The tag of the GitHub release you want to publish to Windows Package Manager (WinGet). | **Default**: `${{ github.event.release.tag_name \\|\\| github.ref_name }}` \u003cbr\u003e **Example**: `release-tag: ${{ inputs.version }} # workflow_dispatch input 'version'` |\n| `fork-user` (Optional) | The GitHub user where [winget-pkgs][winget-pkgs-repo] fork is present. This fork will be used to create PR at [WinGet Community Repository][winget-pkgs-repo]. | **Default**: `${{ github.repository_owner }} # repository owner` \u003cbr\u003e **Example**: `dotnet-winget-bot` |\n| `token` **(Mandatory)** | GitHub token to create PR at [winget-pkgs][winget-pkgs-repo]. **The token should have a `public_repo` scope.** | **Example**: `token: ${{ secrets.WINGET_TOKEN }} # Repository secret called 'WINGET_TOKEN'` |\n| `release-notes-url` (Optional) | URL to package version's release notes. | **Default**: GitHub release page \u003cbr\u003e **Example**: `release-notes-url: https://example.com/release-notes/${{ github.event.release.tag_name }}` |\n\n\u003e [!WARNING]\n\u003e Do **not** directly put the token in the action. Instead, create a repository secret containing the token and use that in the workflow. Refer to [using encrypted secrets in a workflow][gh-encrypted-secrets] for more information.\n\n\u003ch2\u003e 🚀 Integrating with \u003ca href=\"https://github.com/russellbanks/Komac\"\u003e \u003cimg src=\"https://github.com/vedantmgoyal9/winget-releaser/blob/main/.github/komac-logo.svg\" height=\"24px\" style=\"vertical-align:bottom\" alt=\"Komac logo\" /\u003e \u003c/a\u003e - Supercharging WinGet Releaser \u003c/h1\u003e\n\nThe action uses [Komac][komac-repo] under the hood to create manifests and publish them to the [Windows Package Manager Community Repository][winget-pkgs-repo] because of its unique capability to update installer URLs with respect to architecture, installer type, scope, etc.\n\nI'm grateful to [Russell Banks][russellbanks-github-profile], the creator of Komac, for creating such an amazing \u0026 wonderful winget manifest creator, which is the core of this action. Again, it is because of Komac that the action can now be used on any platform (Windows, Linux, macOS) and not just Windows (as it was before).\n\n## 🌟 Stargazers over time 👀\n\n[![Stargazers over time](https://starchart.cc/vedantmgoyal9/winget-releaser.svg)](https://starchart.cc/vedantmgoyal9/winget-releaser)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/daiyam\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/587742?v=4?s=90\" width=\"90px;\" alt=\"Baptiste Augrain\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBaptiste Augrain\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=daiyam\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-daiyam\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Adaiyam\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/OpenWaygate\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/27287694?v=4?s=90\" width=\"90px;\" alt=\"Chaoqun\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChaoqun\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3AOpenWaygate\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://blog.256bit.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/244927?v=4?s=90\" width=\"90px;\" alt=\"Christian Brabandt\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChristian Brabandt\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Achrisbra\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://linwood.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20452814?v=4?s=90\" width=\"90px;\" alt=\"CodeDoctor\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCodeDoctor\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3ACodeDoctorDE\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/doug24\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/17227248?v=4?s=90\" width=\"90px;\" alt=\"Doug P\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDoug P\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Adoug24\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://erictrenkel.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7342321?v=4?s=90\" width=\"90px;\" alt=\"Eric Trenkel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEric Trenkel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#financial-bostrot\" title=\"Financial\"\u003e💵\u003c/a\u003e \u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Abostrot\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Fndroid\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/16091562?v=4?s=90\" width=\"90px;\" alt=\"Fndroid\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFndroid\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#financial-fndroid\" title=\"Financial\"\u003e💵\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dorssel\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/17404029?v=4?s=90\" width=\"90px;\" alt=\"Frans van Dorsselaer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFrans van Dorsselaer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-dorssel\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Adorssel\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/gerardog\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3901474?v=4?s=90\" width=\"90px;\" alt=\"Gerardo Grignoli\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGerardo Grignoli\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=gerardog\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Agerardog\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/licon4812\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/32421608?v=4?s=90\" width=\"90px;\" alt=\"James Alickolli\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJames Alickolli\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-licon4812\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://sink.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1359421?v=4?s=90\" width=\"90px;\" alt=\"Justin M. Keyes\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJustin M. Keyes\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-justinmk\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/sprout2000\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/52094761?v=4?s=90\" width=\"90px;\" alt=\"Kei Touge\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKei Touge\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Asprout2000\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/grofit\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/927201?v=4?s=90\" width=\"90px;\" alt=\"LP\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLP\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Agrofit\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://rhysd.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/823277?v=4?s=90\" width=\"90px;\" alt=\"Linda_pp\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLinda_pp\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Arhysd\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.marc-auberer.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/59527509?v=4?s=90\" width=\"90px;\" alt=\"Marc Auberer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarc Auberer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Amarcauberer\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.maximmax42.ru\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2225711?v=4?s=90\" width=\"90px;\" alt=\"Maxim\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaxim\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Amaximmax42\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://lohr.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3979930?v=4?s=90\" width=\"90px;\" alt=\"Michael Lohr\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichael Lohr\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=michidk\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mgyucht\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1850319?v=4?s=90\" width=\"90px;\" alt=\"Miles Yucht\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMiles Yucht\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Amgyucht\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Gedochao\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/18601388?v=4?s=90\" width=\"90px;\" alt=\"Piotr Chabelski\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePiotr Chabelski\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3AGedochao\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://russell.bandev.uk\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/74878137?v=4?s=90\" width=\"90px;\" alt=\"Russell Banks\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRussell Banks\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-russellbanks\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=russellbanks\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ST-DDT\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1579362?v=4?s=90\" width=\"90px;\" alt=\"ST-DDT\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eST-DDT\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=ST-DDT\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-ST-DDT\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/trbrink\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1315577?v=4?s=90\" width=\"90px;\" alt=\"Tim Brinkley\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTim Brinkley\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Atrbrink\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#financial-trbrink\" title=\"Financial\"\u003e💵\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/twpayne\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6942?v=4?s=90\" width=\"90px;\" alt=\"Tom Payne\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTom Payne\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Atwpayne\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://unownplain.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38232575?v=4?s=90\" width=\"90px;\" alt=\"UnownPlain\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eUnownPlain\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=UnownPlain\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-UnownPlain\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://bittu.eu.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/83997633?v=4?s=90\" width=\"90px;\" alt=\"Vedant\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVedant\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=vedantmgoyal9\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/igoogolx\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/27353191?v=4?s=90\" width=\"90px;\" alt=\"igoogolx\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eigoogolx\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Aigoogolx\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=igoogolx\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ilike2burnthing\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/59480337?v=4?s=90\" width=\"90px;\" alt=\"ilike2burnthing\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eilike2burnthing\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Ailike2burnthing\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/isaak654\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12372772?v=4?s=90\" width=\"90px;\" alt=\"isaak654\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eisaak654\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Aisaak654\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/maforget\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11904426?v=4?s=90\" width=\"90px;\" alt=\"maforget\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emaforget\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Amaforget\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/repolevedavaj\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3026221?v=4?s=90\" width=\"90px;\" alt=\"repolevedavaj\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003erepolevedavaj\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Arepolevedavaj\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/sitiom\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/56180050?v=4?s=90\" width=\"90px;\" alt=\"sitiom\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esitiom\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=sitiom\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/issues?q=author%3Asitiom\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/vedantmgoyal9/winget-releaser/commits?author=sitiom\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.\nContributions of any kind welcome!\n\n[playground-link]: https://docs.bittu.eu.org/docs/winget-releaser-playground\n[dependabot-setup-guide]: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions\n[github-all-contributors-badge]: https://img.shields.io/github/all-contributors/vedantmgoyal9/winget-releaser/main?logo=opensourceinitiative\u0026logoColor=white\n[github-issues-badge]: https://img.shields.io/github/issues/vedantmgoyal9/winget-releaser?logo=target\n[github-release-badge]: https://img.shields.io/github/v/release/vedantmgoyal9/winget-releaser?logo=github\n[github-repo-stars-badge]: https://img.shields.io/github/stars/vedantmgoyal9/winget-releaser?logo=githubsponsors\n[github-license-badge]: https://img.shields.io/github/license/vedantmgoyal9/winget-releaser?logo=gnu\n[pr-screenshot-image]: https://github.com/vedantmgoyal9/winget-releaser/blob/main/.github/pull-request-by-action-example.png\n[winget-pkgs-repo]: https://github.com/microsoft/winget-pkgs\n[komac-repo]: https://github.com/russellbanks/komac\n[russellbanks-github-profile]: https://github.com/russellbanks\n[gh-encrypted-secrets]: https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedantmgoyal9%2Fwinget-releaser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvedantmgoyal9%2Fwinget-releaser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedantmgoyal9%2Fwinget-releaser/lists"}