-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify: GitHub.cli version 2.56.0 (#173822)
- Loading branch information
Showing
3 changed files
with
109 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
# Created using wingetcreate 1.6.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: GitHub.cli | ||
PackageVersion: 2.56.0 | ||
Platform: | ||
- Windows.Desktop | ||
InstallerType: wix | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: install | ||
Commands: | ||
- gh | ||
ElevationRequirement: elevatesSelf | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_windows_amd64.msi | ||
InstallerSha256: DEE3BED024AB26CE3C9801B4E46620A62A4B80170072AEB0E88FED2E19DC74B4 | ||
ProductCode: '{77EE9A0C-4F53-4E30-866D-6313FD4F232C}' | ||
AppsAndFeaturesEntries: | ||
- ProductCode: '{77EE9A0C-4F53-4E30-866D-6313FD4F232C}' | ||
UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_windows_386.msi | ||
InstallerSha256: 7ABD968986A4A15BF4AD7212FFD9A645F2EE6749A8EDF0C9277536D495AF8399 | ||
ProductCode: '{3B3A5351-EAEF-4900-A4C3-E61C47DF39B2}' | ||
AppsAndFeaturesEntries: | ||
- ProductCode: '{3B3A5351-EAEF-4900-A4C3-E61C47DF39B2}' | ||
UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 | ||
ReleaseDate: 2024-09-09 | ||
# Created using wingetcreate 1.6.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: GitHub.cli | ||
PackageVersion: 2.56.0 | ||
Platform: | ||
- Windows.Desktop | ||
InstallerType: wix | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: install | ||
Commands: | ||
- gh | ||
ReleaseDate: 2024-09-09 | ||
ElevationRequirement: elevatesSelf | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_windows_amd64.msi | ||
InstallerSha256: DEE3BED024AB26CE3C9801B4E46620A62A4B80170072AEB0E88FED2E19DC74B4 | ||
ProductCode: '{77EE9A0C-4F53-4E30-866D-6313FD4F232C}' | ||
AppsAndFeaturesEntries: | ||
- ProductCode: '{77EE9A0C-4F53-4E30-866D-6313FD4F232C}' | ||
UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_windows_386.msi | ||
InstallerSha256: 7ABD968986A4A15BF4AD7212FFD9A645F2EE6749A8EDF0C9277536D495AF8399 | ||
ProductCode: '{3B3A5351-EAEF-4900-A4C3-E61C47DF39B2}' | ||
AppsAndFeaturesEntries: | ||
- ProductCode: '{3B3A5351-EAEF-4900-A4C3-E61C47DF39B2}' | ||
UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
106 changes: 66 additions & 40 deletions
106
manifests/g/GitHub/cli/2.56.0/GitHub.cli.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,66 @@ | ||
# Created using wingetcreate 1.6.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: GitHub.cli | ||
PackageVersion: 2.56.0 | ||
PackageLocale: en-US | ||
Publisher: GitHub, Inc. | ||
PublisherUrl: https://github.com/ | ||
PublisherSupportUrl: https://support.github.com/ | ||
PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement | ||
PackageName: GitHub CLI | ||
PackageUrl: https://cli.github.com/ | ||
License: MIT | ||
LicenseUrl: https://github.com/cli/cli/blob/v2.56.0/LICENSE | ||
Copyright: Copyright (c) 2019 GitHub Inc. | ||
CopyrightUrl: https://github.com/cli/cli/blob/v2.56.0/LICENSE | ||
ShortDescription: Work seamlessly with GitHub from the command line. | ||
Description: |- | ||
gh is GitHub on the command line. | ||
It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. | ||
Moniker: gh | ||
Tags: | ||
- cli | ||
- command-line | ||
- enterprise | ||
- foss | ||
- github | ||
- open-source | ||
- terminal | ||
- tool | ||
- utility | ||
- workflow | ||
ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.56.0 | ||
Documentations: | ||
- DocumentLabel: Manual | ||
DocumentUrl: https://cli.github.com/manual/ | ||
- DocumentLabel: GitHub | ||
DocumentUrl: https://github.com/cli/cli | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 | ||
# Created using wingetcreate 1.6.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: GitHub.cli | ||
PackageVersion: 2.56.0 | ||
PackageLocale: en-US | ||
Publisher: GitHub, Inc. | ||
PublisherUrl: https://github.com/ | ||
PublisherSupportUrl: https://support.github.com/ | ||
PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement | ||
PackageName: GitHub CLI | ||
PackageUrl: https://cli.github.com/ | ||
License: MIT | ||
LicenseUrl: https://github.com/cli/cli/blob/v2.56.0/LICENSE | ||
Copyright: Copyright (c) 2019 GitHub Inc. | ||
CopyrightUrl: https://github.com/cli/cli/blob/v2.56.0/LICENSE | ||
ShortDescription: Work seamlessly with GitHub from the command line. | ||
Description: |- | ||
gh is GitHub on the command line. | ||
It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. | ||
Moniker: gh | ||
Tags: | ||
- cli | ||
- command-line | ||
- enterprise | ||
- foss | ||
- github | ||
- open-source | ||
- terminal | ||
- tool | ||
- utility | ||
- workflow | ||
ReleaseNotes: |- | ||
What's Changed | ||
- Always print URL scheme to stdout by @heaths in #9471 | ||
- Quote repo names consistently in gh repo sync stdout by @muzimuzhi in #9491 | ||
- Fetch bundle from OCI registry for verify by @ejahnGithub in #9421 | ||
- Remove Internal from gh repo create prompt when owner is not an org by @jtmcg in #9465 | ||
- Drop surplus trailing space char in flag names in web by @muzimuzhi in #9495 | ||
- fix the trimming of log filenames for gh run view by @benebsiny in #9482 | ||
- "offline" verification using the bundle of attestations without any additional handling of the file by @aryanbhosale in #9523 | ||
- build(deps): bump actions/attest-build-provenance from 1.4.1 to 1.4.2 by @dependabot in #9518 | ||
- Fix doc typo for repo sync by @muzimuzhi in #9509 | ||
- Correct the help message for -F by @Goooler in #9525 | ||
- chore: fix some function names by @crystalstall in #9555 | ||
- verify 2nd artifact without swapping order by @aryanbhosale in #9532 | ||
- gh attestation verify handles empty JSONL files by @malancas in #9541 | ||
- Enhance Linux installation docs to redirect users to GPG renewal issue, better troubleshooting support by @andyfeller in #9573 | ||
- Upgrade sigstore-go to v0.6.1 by @codysoyland in #9566 | ||
- Check for nil values to prevent nil dereference panic by @codysoyland in #9578 | ||
- build(deps): bump actions/attest-build-provenance from 1.4.2 to 1.4.3 by @dependabot in #9575 | ||
New Contributors | ||
- @aryanbhosale made their first contribution in #9523 | ||
- @Goooler made their first contribution in #9525 | ||
- @crystalstall made their first contribution in #9555 | ||
Full Changelog: https://github.com/cli/cli/compare/v2.55.0...v2.56.0 | ||
ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.56.0 | ||
Documentations: | ||
- DocumentLabel: Manual | ||
DocumentUrl: https://cli.github.com/manual/ | ||
- DocumentLabel: GitHub | ||
DocumentUrl: https://github.com/cli/cli | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Created using wingetcreate 1.6.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: GitHub.cli | ||
PackageVersion: 2.56.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 | ||
# Created using wingetcreate 1.6.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: GitHub.cli | ||
PackageVersion: 2.56.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |