Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Natee9969/cli

Tags

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cli#5457 from cli/m1-extension-support

Add support for installing binary extensions on M1 Macs

v2.7.0

Toggle v2.7.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
release list: correctly label the Latest release (cli#4921)

since https://docs.github.com/en/graphql/overview/changelog#schema-changes-for-2021-01-19

Co-authored-by: Mislav Marohnić <[email protected]>

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cli#5275 from cdb/cdb/rerun-failed-jobs

Support "all failed jobs" and individual job re-run for a github actions workflow run

v2.6.0-pre0

Toggle v2.6.0-pre0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cli#5275 from cdb/cdb/rerun-failed-jobs

Support "all failed jobs" and individual job re-run for a github actions workflow run

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix obtained scope mapping to include implied scopes (cli#5256)

* Fix obtained scope mapping to include missing scopes

As is, `gotScopes` does not contain certain scopes because it doesn't check for the "special" scopes that imply other scopes. For example, the `repo` scope implies `repo:invite`.

* Add a comment in ScopesSuggestion explaining branch statements

* Delete whitespace to appease go-fmt

v2.5.2-pre0

Toggle v2.5.2-pre0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix obtained scope mapping to include implied scopes (cli#5256)

* Fix obtained scope mapping to include missing scopes

As is, `gotScopes` does not contain certain scopes because it doesn't check for the "special" scopes that imply other scopes. For example, the `repo` scope implies `repo:invite`.

* Add a comment in ScopesSuggestion explaining branch statements

* Delete whitespace to appease go-fmt

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cli#5019 from k-jun/fix/release-discussion-category

fix(release): discussion category with assets

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable repo override for `repo deploy-key delete` (cli#5152)

v9.9.9-test

Toggle v9.9.9-test's commit message
Remove prerelease metadata from ProductVersion

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cli#4942 from cli/repo-sync-merge-upstream

repo sync: Use the new merge-upstream API if available