Skip to content

Commit dc42ef0

Browse files
author
Oleg Sucharevich
committed
release to homebrew tap with gorleaser
1 parent c6c9218 commit dc42ef0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venona",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
55
"main": "index.js",
66
"scripts": {

venonactl/.goreleaser.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,19 @@ changelog:
2727
exclude:
2828
- '^docs:'
2929
- '^test:'
30+
brew:
31+
github:
32+
owner: codefresh-io
33+
name: homebrew-venona
34+
folder: Formula
35+
caveats: "venona --help"
36+
description: "venona --help"
37+
homepage: "http://docs.codefresh.io"
38+
commit_author:
39+
name: Oleg Sucharevich
40+
41+
test: |
42+
bin.install "venona"
43+
44+
install: |
45+
system "#{bin}/venona version"

0 commit comments

Comments
 (0)