-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add winget release script #15050
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
Add winget release script #15050
Conversation
$FromRepository = 'rjmholt', | ||
|
||
[Parameter()] | ||
[string] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe make this mandatory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you run it yourself with PowerShellForGitHub and don't provide a token, it will use its locally stored token
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
@rjmholt do you also want to make changes to the release pipline in this PR too? |
I'd prefer to do that in a separate PR, since that will require more work and time to test properly |
@adityapatwardhan I believe this is ready to merge |
@adityapatwardhan scratch that, it looks like there's something to fix still |
Ok fixed. This is ready again now. See microsoft/winget-pkgs#10754 for an example PR |
Those markdown link checks are failing again. We should really kick those tests out to only run them on nightlies or something. |
🎉 Handy links: |
PR Summary
Adds a script to automatically generate winget release PRs, such as microsoft/winget-pkgs#8854.
PR Context
Eventually we should be able to use this PR in automation, using a PowerShell GitHub account.
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).