Skip to content

Commit ab1bb24

Browse files
committed
chore: skip build binary after create new version
1 parent b1a4def commit ab1bb24

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
project_name: queue
22

3+
builds:
4+
-
5+
# If true, skip the build.
6+
# Useful for library projects.
7+
# Default is false
8+
skip: true
9+
310
changelog:
411
# Set it to true if you wish to skip the changelog generation.
512
# This may result in an empty release notes on GitHub/GitLab/Gitea.

0 commit comments

Comments
 (0)