Skip to content

Commit

Permalink
Use tap release for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro-m committed Aug 2, 2018
1 parent 540c820 commit edb6d06
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 edb6d06

Please sign in to comment.