Skip to content

Commit f760a11

Browse files
author
Jefferson Sankara
committed
Fix deprecated fields in .goreleaser.yaml before v0.6.0-RC1 release
1 parent 024b41d commit f760a11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#file: noinspection YAMLSchemaValidation
21
version: 2
32

43
builds:
@@ -32,17 +31,20 @@ archives:
3231

3332
release:
3433
mode: keep-existing
34+
3535
changelog:
3636
disable: true
37+
3738
checksum:
3839
disable: false
40+
3941
nfpms:
4042
- formats:
4143
- deb
4244
- rpm
4345
- archlinux
4446
vendor: Data Programs
4547
homepage: https://github.com/data-preservation-programs/singularity
46-
maintainer: Xinan Xu <[email protected]>
48+
maintainer: Jefferson Sankara <[email protected]>
4749
description: The new pure-go implementation of Singularity provides everything you need to onboard your, or your client's data to Filecoin network.
4850
license: MIT + Apache 2.0

0 commit comments

Comments
 (0)