Skip to content

Commit d8705db

Browse files
committed
prepare goreleaser
Signed-off-by: Slach <bloodjazman@gmail.com>
1 parent 7bc61e7 commit d8705db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2+
version: 2
13
project_name: clickhouse-flamegraph
24
before:
35
hooks:
@@ -27,8 +29,6 @@ archives:
2729
nfpms:
2830
- id: clickhouse-flamegraph
2931
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
30-
builds:
31-
- clickhouse-flamegraph
3232
homepage: https://github.com/Slach/clickhouse-flamegraph
3333
maintainer: Slach <bloodjazman@gmail.com>
3434
description: command line utility for visualizing clickhouse system.trace_log as flamegraph
@@ -51,4 +51,4 @@ release:
5151
name: clickhouse-flamegraph
5252
prerelease: auto
5353
changelog:
54-
skip: false
54+
use: git

0 commit comments

Comments
 (0)