Nate Smith
ae3e03373d
Merge pull request #298 from cli/scoop
...
scoop config for gh
2020-02-03 19:14:54 -06:00
Nate Smith
966168e6f6
lll
...
Co-Authored-By: Billy Griffin <5091167+billygriffin@users.noreply.github.com>
2020-02-03 19:11:43 -06:00
vilmibm
14f67f17ae
*shakes fist at markdown*
2020-02-03 19:07:00 -06:00
vilmibm
53b5c22478
add scoop note to readme as well as upgrade notes
2020-02-03 18:59:28 -06:00
vilmibm
0dcec2c231
add scoop config to goreleaser
2020-02-03 18:59:28 -06:00
Nate Smith
c03b0d110d
Merge pull request #291 from HowJMay/fix_typos
...
fix: Fix typos
2020-02-03 11:17:37 -06:00
Nate Smith
816e22484a
Merge pull request #292 from TaKO8Ki/TaKO8Ki/fix_typo
...
Fix typos
2020-02-03 11:16:53 -06:00
TaKO8Ki
6f2d7c5dd1
fx typo
2020-02-02 17:23:51 +09:00
HowJMay
c517fd79b9
fix: Fix typos
...
Fix typos in files
2020-02-02 01:49:11 +08:00
Nate Smith
1c1212e6e3
Merge pull request #281 from cli/fish-homebrew
...
Setup fish completion when installing with Homebrew
2020-01-30 15:21:36 -06:00
Mislav Marohnić
1be8bb990d
Setup fish completion when installing with Homebrew
2020-01-30 21:36:56 +01:00
Nate Smith
526714cfd2
Merge pull request #278 from vilmibm/pr-status-info
...
Print repo and user context for status commands
2020-01-30 14:06:21 -06:00
vilmibm
d7bf83a82c
strip color, add whitespace
2020-01-30 14:00:43 -06:00
Mislav Marohnić
8aa46ab0f2
Merge pull request #276 from cli/rework-release
...
Add more binary builds, simplify release process
2020-01-30 19:33:21 +01:00
vilmibm
34248f9892
fix tests
2020-01-29 17:51:18 -06:00
vilmibm
d81cf009f5
simpler repo context
2020-01-29 17:47:29 -06:00
vilmibm
86cb09fe84
Revert "print repo info for status commands"
...
This reverts commit d64dcdca95 .
2020-01-29 17:41:36 -06:00
vilmibm
d64dcdca95
print repo info for status commands
2020-01-29 15:50:04 -06:00
Nate Smith
6a6a6cc60f
Merge pull request #274 from cli/fix-change-link-fo-realz
...
Fix `gh version` printing the correct changelog link
2020-01-29 10:31:08 -06:00
Nate Smith
0a3ef1535d
Merge pull request #271 from cli/fish-completion
...
Add fish completion support
2020-01-29 10:30:38 -06:00
Mislav Marohnić
7232bdd7ee
Retire copy-release-to-another-repo action
2020-01-29 16:13:07 +01:00
Mislav Marohnić
2a49efc789
Fix gh version printing the correct changelog link
...
Previously, the version string didn't match the `vX.Y.Z` pattern because
the wrong variable was passed to `changelogURL`.
2020-01-29 16:03:10 +01:00
Mislav Marohnić
10d46fe869
Consistently use checkout@v2
2020-01-29 15:28:06 +01:00
Mislav Marohnić
d395e8eb22
Remove obsolete actions related to MSI building
2020-01-29 15:25:18 +01:00
Mislav Marohnić
bc40514506
Simplify building the MSI installer
...
Now that there is a ZIP archive to download, to avoid the complexities
of unzipping through Node.js we use hub to download the `.zip`, extract
it, and eventually upload the `.msi` back to the release.
2020-01-29 15:23:05 +01:00
Mislav Marohnić
7a1ae751de
Use goreleaser to bump Homebrew formula
2020-01-29 14:00:25 +01:00
Mislav Marohnić
5c4d118f2c
Extract vendored fish completion for Cobra to a temporary package
2020-01-29 12:39:02 +01:00
Mislav Marohnić
09f3d176ff
Fix test for unsupported shell type
2020-01-29 12:27:02 +01:00
Mislav Marohnić
739b0af0a6
Merge pull request #272 from cli/windows-urls
...
Fix `pr create` preview in browser flow for Windows
2020-01-29 12:25:27 +01:00
Mislav Marohnić
4e579e544c
Make sure failed builds result in an error on Windows
...
By default, this was run on PowerShell on Windows, and even though the
Actions environment is supposed to immediately exit on failures[1], this
doesn't seem to have effect.
Switching to bash for unified behavior on all platforms.
[1]: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
2020-01-29 12:22:13 +01:00
Mislav Marohnić
fe7cdd8ab7
Extract web browser launching to a package
...
This fixes opening URLs with `&` on Windows.
2020-01-29 11:49:38 +01:00
Nate Smith
ace404d2fa
Merge pull request #269 from cli/tell-us-all-the-things-please
...
Add feedback to README
2020-01-28 15:32:39 -06:00
Mislav Marohnić
2abee0905b
Add fish completion support via Cobra contributor
...
Co-authored-by: Tim Reddehase <tim.reddehase@xing.com>
2020-01-28 22:04:40 +01:00
Billy Griffin
b5df8c2251
Make it more clear that this is a survey for users
2020-01-28 13:28:11 -07:00
Billy Griffin
6b44db3590
Add feedback to README
...
Added google form for feedback and linked to contributing for issue/PR contribution guidance.
2020-01-28 13:26:06 -07:00
Nate Smith
619e5b9e58
Merge pull request #264 from cli/new-repo-name
...
Have update notifier and changelog link use the new repo name
2020-01-28 13:44:28 -06:00
Nate Smith
9345571ee8
Merge pull request #266 from cli/non-github-remotes
...
Fix parsing non-GitHub remotes
2020-01-28 13:43:33 -06:00
Mislav Marohnić
8453bf679c
Fix parsing non-GitHub remotes
...
Otherwise, the remote URL translation mechanism had crashed when
encountering a non-Github.com git remote.
2020-01-28 19:51:44 +01:00
Mislav Marohnić
7b28605e6f
Fix current changelog link in gh version
...
Also allow pre-release tags.
2020-01-28 18:31:12 +01:00
Mislav Marohnić
4c75270ab1
Merge pull request #263 from cli/source-note
...
add note about source compilation
2020-01-28 18:24:31 +01:00
Mislav Marohnić
1c74227ed7
Use new repo name for update notifier and changelog
2020-01-28 18:22:29 +01:00
vilmibm
55c7e2abbb
fix link formatting
2020-01-28 11:16:51 -06:00
vilmibm
f1dddead5c
note about source compilation
2020-01-28 11:13:09 -06:00
Nate Smith
1f86bf0456
Merge pull request #261 from cli/docs
...
minor doc updates
2020-01-28 11:06:36 -06:00
Nate Smith
9133ddb236
more pixels
2020-01-28 11:02:44 -06:00
vilmibm
c5a79e36da
nicer screenshot
2020-01-28 10:43:04 -06:00
Nate Smith
25dc2b4a14
Merge pull request #258 from cli/blank-title
...
prevent graphql error
2020-01-28 10:21:11 -06:00
vilmibm
9025838448
update error text
2020-01-28 10:20:59 -06:00
vilmibm
f2b6f4b802
minor doc updates
2020-01-28 10:20:19 -06:00
Nate Smith
d753f7e5b7
Merge pull request #257 from cli/update-feedback-form
...
Add updated feedback form link
2020-01-27 16:15:16 -06:00