From edb6d06c03d6edf9822924dc4fa206d26e56971a Mon Sep 17 00:00:00 2001 From: Kentaro Matsushita Date: Thu, 2 Aug 2018 23:16:45 +0900 Subject: [PATCH] Use tap release for release --- .github/tap-release.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/tap-release.yml diff --git a/.github/tap-release.yml b/.github/tap-release.yml new file mode 100644 index 0000000..0e1f022 --- /dev/null +++ b/.github/tap-release.yml @@ -0,0 +1,14 @@ +tap: kentaro-m/homebrew-md2confl/md2confl.rb +template: > + class Md2confl < Formula + desc "$REPO_DESCRIPTION" + homepage "$REPO_WEBSITE" + version "$STABLE_VERSION" + url "https://github.com/kentaro-m/md2confl/releases/download/$VERSION/darwin_amd64_md2confl" + sha256 "$STABLE_ASSET_SHA256" + + def install + system "mv", "darwin_amd64_md2confl", "md2confl" + bin.install "md2confl" + end + end \ No newline at end of file