Skip to content

Commit

Permalink
add more release targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Marin committed Mar 25, 2020
1 parent 033e115 commit 46b360e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
46 changes: 46 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ builds:

changelog:
sort: desc
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch

archives:
- format_overrides:
Expand Down Expand Up @@ -45,3 +51,43 @@ nfpms:
homepage: https://github.com/guumaster/hostctl
maintainer: guumaster <[email protected]>
description: manage your hosts file like a pro

brews:
- name: hostctl
github:
owner: guumaster
name: hostctl
folder: Formula
homepage: https://github.com/guumaster/hostctl
description: manage your hosts file like a pro
commit_author:
name: goreleaserbot
email: [email protected]
caveats: "Remember to add sudo to modify your hosts file."

scoop:
bucket:
owner: guumaster
name: hostctl
homepage: https://github.com/guumaster/hostctl
description: manage your hosts file like a pro
license: MIT

snapcrafts:
- id: hostctl
name: hostctl
summary: manage your hosts file like a pro
description: manage your hosts file like a pro.
grade: stable
confinement: strict
license: MIT
publish: true
apps:
hostctl:
plugs: ["system-files"]
plugs:
system-files:
read:
- /etc/hosts
write:
- /etc/hosts
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[![Tests](https://img.shields.io/github/workflow/status/guumaster/hostctl/Test)](https://github.com/guumaster/hostctl/actions?query=workflow%3ATest)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![GitHub Release](https://img.shields.io/github/release/guumaster/hostctl.svg?logo=github&labelColor=262b30)](https://github.com/guumaster/hostctl/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/guumaster/hostctl)](https://goreportcard.com/report/github.com/guumaster/hostctl)
[![License](https://img.shields.io/github/license/guumaster/hostctl)](https://github.com/guumaster/hostctl/LICENSE)
Expand Down Expand Up @@ -236,6 +233,9 @@ Features that I'd like to add:
* [guumaster](https://github.com/guumaster)

## Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Expand Down

0 comments on commit 46b360e

Please sign in to comment.