Skip to content

Commit 54bf1ce

Browse files
author
Oleg Sucharevich
authored
create win release win zip type (#144)
* create win release win zip type
1 parent 0c7d9ae commit 54bf1ce

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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": "1.3.1",
3+
"version": "1.3.2",
44

55
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
66
"main": "index.js",

venonactl/.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ archives:
2525
386: i386
2626
amd64: x86_64
2727
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
28+
format_overrides:
29+
- goos: windows
30+
format: zip
2831
changelog:
2932
sort: asc
3033
filters:

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.3.1
1+
1.3.2
22

0 commit comments

Comments
 (0)