Skip to content

Commit

Permalink
Merge pull request #8 from kentaro-m/use-tap-release
Browse files Browse the repository at this point in the history
Use tap release for release
  • Loading branch information
kentaro-m authored Aug 2, 2018
2 parents 540c820 + edb6d06 commit 62ca09b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/tap-release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 62ca09b

Please sign in to comment.