Skip to content

Commit dd67223

Browse files
committed
Update release flow
1 parent 2fde942 commit dd67223

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,24 @@ archives:
3838
checksum:
3939
name_template: "checksums.txt"
4040
algorithm: sha256
41+
4142
changelog:
4243
sort: asc
4344
filters:
4445
exclude:
4546
- "^docs:"
4647
- "^test:"
4748
- "^ci:"
49+
50+
changelog:
51+
# Use GitHub's auto-generated release notes (categories configured in .github/release.yml)
52+
use: github-native
53+
54+
release:
55+
github:
56+
owner: built-fast
57+
name: vector-cli
58+
draft: false
59+
prerelease: auto
60+
replace_existing_artifacts: true
61+
name_template: "{{.ProjectName}} v{{.Version}}"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/built-fast/vector-cli
22

3-
go 1.26.1
3+
go 1.26.3
44

55
require (
66
github.com/itchyny/gojq v0.12.18

0 commit comments

Comments
 (0)