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 b1a4def commit ab1bb24Copy full SHA for ab1bb24
.goreleaser.yaml
@@ -1,5 +1,12 @@
1
project_name: queue
2
3
+builds:
4
+ -
5
+ # If true, skip the build.
6
+ # Useful for library projects.
7
+ # Default is false
8
+ skip: true
9
+
10
changelog:
11
# Set it to true if you wish to skip the changelog generation.
12
# This may result in an empty release notes on GitHub/GitLab/Gitea.
0 commit comments