Skip to content

Commit

Permalink
Specify description in Homebrew formula
Browse files Browse the repository at this point in the history
And modify description in README.md
  • Loading branch information
tsub committed Aug 23, 2018
1 parent bbca85c commit c36c445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ brew:
commit_author:
name: goreleaserbot
email: [email protected]
description: "Edit directly a file on Amazon S3 in CLI"
homepage: "https://github.com/tsub/s3-edit"
install: |
bin.install 's3-edit'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# s3-edit

Edit directly a file on Amazon S3.
Edit directly a file on Amazon S3 in CLI.

[![GitHub release](https://img.shields.io/github/release/tsub/s3-edit.svg?style=flat-square)](https://github.com/tsub/s3-edit/releases)
[![CircleCI branch](https://img.shields.io/circleci/project/github/tsub/s3-edit/master.svg?style=flat-square)](https://circleci.com/gh/tsub/s3-edit/tree/master)
Expand Down

0 comments on commit c36c445

Please sign in to comment.