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 ecb5091 commit 5b14a7bCopy full SHA for 5b14a7b
.goreleaser.yml
@@ -25,6 +25,9 @@ builds:
25
- CGO_ENABLED=0
26
ldflags:
27
- -s -w
28
+ hooks:
29
+ post:
30
+ - upx --brute "{{ .Path }}"
31
32
# .goreleaser.yml
33
brews:
@@ -65,6 +68,7 @@ brews:
65
68
66
69
# Packages your package depends on.
67
70
dependencies:
71
+ - name: npm
72
- name: git
73
- name: go
74
pkg/registry/defaults.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// CLIVersion version of Create Go App CLI.
14
-const CLIVersion string = "3.3.2"
+const CLIVersion string = "3.4.0"
15
16
// Variables struct for Ansible variables (inventory, hosts).
17
type Variables struct {
0 commit comments