Skip to content

Commit 9b5343b

Browse files
authored
🐛 Update goreleaser yaml to work with version 2 (#713)
<!-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved. SPDX-License-Identifier: Apache-2.0 --> ### Description This ensures goreleaser yaml complies with version 2 of the tool. ### Test Coverage <!-- Please put an `x` in the correct box e.g. `[x]` to indicate the testing coverage of this change. --> - [ ] This change is covered by existing or additional automated tests. - [ ] Manual testing has been performed (and evidence provided) as automated testing was not feasible. - [X] Additional tests are not required for this change (e.g. documentation update).
1 parent feb2ffa commit 9b5343b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
env:
24
- GO111MODULE=on
35
# Commented out because requires Pro features
@@ -21,7 +23,7 @@ sboms:
2123
checksum:
2224
name_template: 'checksums.txt'
2325
snapshot:
24-
name_template: "{{ incpatch .Tag }}-dev"
26+
version_template: "{{ incpatch .Tag }}-dev"
2527
changelog:
2628
sort: asc
2729
filters:

changes/20250925195429.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:bug: `[goreleaser]` Update goreleaser yaml to work with version 2

0 commit comments

Comments
 (0)