We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc61e7 commit d8705dbCopy full SHA for d8705db
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2
+version: 2
3
project_name: clickhouse-flamegraph
4
before:
5
hooks:
@@ -27,8 +29,6 @@ archives:
27
29
nfpms:
28
30
- id: clickhouse-flamegraph
31
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
- builds:
- - clickhouse-flamegraph
32
homepage: https://github.com/Slach/clickhouse-flamegraph
33
maintainer: Slach <bloodjazman@gmail.com>
34
description: command line utility for visualizing clickhouse system.trace_log as flamegraph
@@ -51,4 +51,4 @@ release:
51
name: clickhouse-flamegraph
52
prerelease: auto
53
changelog:
54
- skip: false
+ use: git
0 commit comments