Skip to content

Commit

Permalink
release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Feb 13, 2021
1 parent 5f6d55d commit 048fc52
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 048fc52

Please sign in to comment.