We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7d9ae commit 54bf1ceCopy full SHA for 54bf1ce
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "venona",
3
- "version": "1.3.1",
+ "version": "1.3.2",
4
5
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
6
"main": "index.js",
venonactl/.goreleaser.yml
@@ -25,6 +25,9 @@ archives:
25
386: i386
26
amd64: x86_64
27
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
28
+ format_overrides:
29
+ - goos: windows
30
+ format: zip
31
changelog:
32
sort: asc
33
filters:
venonactl/VERSION
@@ -1,2 +1,2 @@
-1.3.1
+1.3.2
0 commit comments