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

winget: auto-update license/copyright urls #562

Merged
merged 1 commit into from
Feb 2, 2023

Commits on Feb 2, 2023

  1. winget: auto-update license/copyright urls

    One of our winget manifests currently has hardcoded, outdated values for
    its LicenseUrl and CopyrightUrl fields. This is because the winget-create
    tool that we use to automatically generate and publish our manifests
    cannot change these fields.
    
    In light of this, instead of creating and submitting manifests with a
    single command, update the workflow to do the following:
    
    1. Create the manifests.
    2. Update the LicenseUrl and CopyrightUrl fields with the correct version.
    3. Submit the manifests.
    
    This change also adds the workflow_dispatch trigger to the release-winget
    workflow for easier testing in the future.
    
    Signed-off-by: Lessley Dennington <ledennin@microsoft.com>
    Lessley Dennington committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e308770 View commit details
    Browse the repository at this point in the history