From 5434844fccedfd1357b067c63c2a27a14b30781d Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Sun, 10 Jul 2022 23:30:44 +0200 Subject: [PATCH] feat(snap): Add .gitconfig read permission https://snapcraft.io/docs/personal-files-interface --- .goreleaser.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a6978b9..017c1f1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -31,8 +31,13 @@ snapcrafts: license: Apache-2.0 base: core18 confinement: strict + apps: + bump: + plugs: ["home", "personal-files"] plugs: - home: + personal-files: + read: + - $HOME/.gitconfig brews: - tap: owner: guilhem