-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Carlos Alexandro Becker <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,28 @@ | ||
gomod: | ||
proxy: true | ||
builds: | ||
- main: ./cmd/fork-cleaner | ||
goarch: | ||
- amd64 | ||
- arm64 | ||
brews: | ||
- tap: | ||
owner: caarlos0 | ||
name: homebrew-tap | ||
variables: | ||
homepage: https://github.com/caarlos0/fork-cleaner | ||
description: Cleans up old and inactive forks on your github account. | ||
folder: Formula | ||
|
||
includes: | ||
- from_url: | ||
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/build.yml | ||
- from_url: | ||
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/release.yml | ||
- from_url: | ||
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/package.yml | ||
|
||
before: | ||
hooks: | ||
- go mod tidy | ||
|
||
furies: | ||
- account: caarlos0 | ||
|
||
snapcrafts: | ||
- publish: true | ||
summary: Cleans up old and inactive forks on your github account. | ||
description: | | ||
Cleans up old and inactive forks on your GitHub account. | ||
summary: '{{ .description }}' | ||
description: '{{ .description }}' | ||
grade: stable | ||
apps: | ||
fork-cleaner: | ||
plugs: ["network"] | ||
command: fork-cleaner | ||
nfpms: | ||
- maintainer: Carlos A Becker <[email protected]> | ||
description: Cleans up old and inactive forks on your GitHub account. | ||
license: MIT | ||
formats: | ||
- deb | ||
- rpm | ||
- apk | ||
|