Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use WinGet Releaser for automated releases to winget-pkgs #3334

Closed
russellbanks opened this issue Nov 15, 2022 · 1 comment
Closed

Use WinGet Releaser for automated releases to winget-pkgs #3334

russellbanks opened this issue Nov 15, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request windows
Milestone

Comments

@russellbanks
Copy link

WinGet Releaser is a workflow that automatically creates manfiests for winget-pkgs and creates a PR for it. It would look a bit like this:

name: Publish to WinGet
on:
  release:
    types: [released]

jobs:
  publish:
    runs-on: windows-latest
    steps:
      - uses: vedantmgoyal2009/winget-releaser@v1
        with:
          identifier: RStudio.quarto
          token: ${{ secrets.WINGET_TOKEN }}
@cscheid cscheid added windows enhancement New feature or request labels Nov 15, 2022
@cscheid cscheid added this to the Future milestone Nov 16, 2022
@cderv
Copy link
Collaborator

cderv commented Nov 17, 2022

Thanks for the feedback @russellbanks .

Releases for package manager are made from another repo https://github.com/quarto-dev/quarto-release-bundles

This is covered by quarto-dev/quarto-release-bundles#1 but had limitation at the time because of the Quarto manifest using two scope with same url

Maybe issue is solved with YamlCreate now, I'll have a look for 1.3 release.

Note also that we currently not publishing every release on Winget, mostly our last officially released stable version and not the pre-release. Otherwise there would be too much versions to publish.

I'll close this issue but you can contribute and follow in the other repo.

Thank you !

@cderv cderv closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request windows
Projects
None yet
Development

No branches or pull requests

3 participants