From 7513add50d9a39729f9c44ff5a6f2f06cc2b547a Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Sun, 26 Nov 2023 09:36:35 +0100 Subject: [PATCH 1/2] [bugfix] Disable multi line description Until nfpm can handle it properly. Signed-off-by: Dominik Schulz --- .goreleaser.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3a7f2ce..83d601c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -64,16 +64,16 @@ nfpms: maintainer: "Gopass Authors " description: |- gopass password manager - full featured CLI replacement for pass, designed for teams. + # TODO: Disabled until goreleaser is fixed, see goreleaser/nfpm#742 + # gopass is a simple but powerful password manager for your terminal. It is a + # Pass implementation in Go that can be used as a drop in replacement. - gopass is a simple but powerful password manager for your terminal. It is a - Pass implementation in Go that can be used as a drop in replacement. + # Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets + # can be organized into meaninful hierachies and are by default versioned using + # git. - Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets - can be organized into meaninful hierachies and are by default versioned using - git. - - This package contains the haveibeenpwned.com leak checker that supports both - online as well as offline leak checks. + # This package contains the haveibeenpwned.com leak checker that supports both + # online as well as offline leak checks. license: MIT formats: - deb From 4d31593c8b443ef14ce4766215fb374deb31959f Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Wed, 29 Nov 2023 18:50:04 +0100 Subject: [PATCH 2/2] Replace empty lines with dots. Signed-off-by: Dominik Schulz --- .goreleaser.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 83d601c..f74675f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -64,16 +64,16 @@ nfpms: maintainer: "Gopass Authors " description: |- gopass password manager - full featured CLI replacement for pass, designed for teams. - # TODO: Disabled until goreleaser is fixed, see goreleaser/nfpm#742 - # gopass is a simple but powerful password manager for your terminal. It is a - # Pass implementation in Go that can be used as a drop in replacement. - - # Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets - # can be organized into meaninful hierachies and are by default versioned using - # git. - - # This package contains the haveibeenpwned.com leak checker that supports both - # online as well as offline leak checks. + . + gopass is a simple but powerful password manager for your terminal. It is a + Pass implementation in Go that can be used as a drop in replacement. + . + Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets + can be organized into meaninful hierachies and are by default versioned using + git. + . + This package contains the haveibeenpwned.com leak checker that supports both + online as well as offline leak checks. license: MIT formats: - deb