Skip to content

Commit

Permalink
Add install script for 'curl | bash' style installation
Browse files Browse the repository at this point in the history
Since our cli repo is still private, I had to use a forked `godownloader`.
PR to merge back upstream: goreleaser/godownloader#78
  • Loading branch information
codyaray committed Jun 7, 2018
1 parent 94d19ce commit 5dcfc06
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
root = true

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
trim_trailing_whitespace = true
indent_style=space
indent_size=4

Expand All @@ -13,10 +16,6 @@ tab_width=4
indent_style=tab
tab_width=4

[*.json]
indent_style=space
indent_size=2

[{*.yaml,*.yml}]
[{*.json,*.yaml,*.yml}]
indent_style=space
indent_size=2
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ release:
owner: confluentinc
name: cli

prerelease: true
prerelease: false

archive:
files:
Expand Down
Loading

0 comments on commit 5dcfc06

Please sign in to comment.