Skip to content

Commit 9e9c206

Browse files
committed
remove archives
1 parent a2f3d5a commit 9e9c206

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.goreleaser.yaml

+7-11
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ builds:
2323
binary: checkout
2424
main: ./cmd/checkout
2525

26-
archives:
27-
- id: commit
28-
builds:
29-
- commit
30-
- id: checkout
31-
builds:
32-
- checkout
26+
#archives:
27+
# - id: commit
28+
# builds:
29+
# - commit
30+
# - id: checkout
31+
# builds:
32+
# - checkout
3333

3434
changelog:
3535
sort: asc
@@ -55,8 +55,6 @@ changelog:
5555

5656
brews:
5757
- name: checkout
58-
ids:
59-
- checkout
6058
description: Checkout is a tool for checking out new git branch with naming convention
6159
license: MIT
6260
homepage: https://github.com/mrados7/homebrews
@@ -71,8 +69,6 @@ brews:
7169
bin.install "checkout"
7270
7371
- name: commit
74-
ids:
75-
- commit
7672
description: Commit is a tool for commiting changes with naming convention
7773
license: MIT
7874
homepage: https://github.com/mrados7/homebrews

0 commit comments

Comments
 (0)