From 048fc528f283c42455be67f0d54c82efbf06fa1a Mon Sep 17 00:00:00 2001 From: hahwul Date: Sat, 13 Feb 2021 15:54:54 +0900 Subject: [PATCH] release v1.0 --- .goreleaser.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2552b0e..8450a20 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -66,17 +66,17 @@ brews: system "#{bin}/gee -version" install: | bin.install "gee" -snapcrafts: - - - name: gee - # Remember you need to `snapcraft login` first. - publish: true - summary: Standard input to each files and stdout. similar to tee, write in go - description: Standard input to each files and stdout. similar to tee, write in go - grade: stable - confinement: strict - license: MIT - - apps: - gee: - plugs: ["home"] +#snapcrafts: +# - +# name: gee +# # Remember you need to `snapcraft login` first. +# publish: true +# summary: Standard input to each files and stdout. similar to tee, write in go +# description: Standard input to each files and stdout. similar to tee, write in go +# grade: stable +# confinement: strict +# license: MIT +# +# apps: +# gee: +# plugs: ["home"]