Skip to content

Tags: MoKassem/cli

Tags

v0.5.4-pre.1

Toggle v0.5.4-pre.1's commit message
put gh.rb in the right place

v0.5.3

Toggle v0.5.3'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#298 from cli/scoop

scoop config for gh

v0.5.3-pre.4

Toggle v0.5.3-pre.4's commit message
ok right duh

v0.5.3-pre.3

Toggle v0.5.3-pre.3's commit message
try and change bucket name

v0.5.3-pre.2

Toggle v0.5.3-pre.2's commit message
s/-/_/

v0.5.3-pre.1

Toggle v0.5.3-pre.1's commit message
add scoop config to goreleaser

v0.5.2

Toggle v0.5.2'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#272 from cli/windows-urls

Fix `pr create` preview in browser flow for Windows

v0.5.2-pre.2

Toggle v0.5.2-pre.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Consistently use `checkout@v2`

v0.5.2-pre.1

Toggle v0.5.2-pre.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Absolute paths to go-msi

v0.5.2-pre.0

Toggle v0.5.2-pre.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Simplify downloading of `gh.exe`

Now that there is a ZIP archive to download, to avoid the complexities
of unzipping through Node.js we use `hub release download && unzip` via bash.