Skip to content

Commit

Permalink
create win release win zip type (#144)
Browse files Browse the repository at this point in the history
* create win release win zip type
  • Loading branch information
Oleg Sucharevich authored Jun 2, 2020
1 parent 0c7d9ae commit 54bf1ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "venona",
"version": "1.3.1",
"version": "1.3.2",

"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
"main": "index.js",
Expand Down
3 changes: 3 additions & 0 deletions venonactl/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ archives:
386: i386
amd64: x86_64
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
changelog:
sort: asc
filters:
Expand Down
2 changes: 1 addition & 1 deletion venonactl/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.3.1
1.3.2

0 comments on commit 54bf1ce

Please sign in to comment.