We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f3d5a commit 9e9c206Copy full SHA for 9e9c206
.goreleaser.yaml
@@ -23,13 +23,13 @@ builds:
23
binary: checkout
24
main: ./cmd/checkout
25
26
-archives:
27
- - id: commit
28
- builds:
29
- - commit
30
- - id: checkout
31
32
- - checkout
+#archives:
+# - id: commit
+# builds:
+# - commit
+# - id: checkout
+# - checkout
33
34
changelog:
35
sort: asc
@@ -55,8 +55,6 @@ changelog:
55
56
brews:
57
- name: checkout
58
- ids:
59
60
description: Checkout is a tool for checking out new git branch with naming convention
61
license: MIT
62
homepage: https://github.com/mrados7/homebrews
@@ -71,8 +69,6 @@ brews:
71
69
bin.install "checkout"
72
70
73
- name: commit
74
75
76
description: Commit is a tool for commiting changes with naming convention
77
78
0 commit comments