From affd7811668c607b75aa466dc78bc8339048e13d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 27 Feb 2022 18:55:49 +0100 Subject: [PATCH] chore: update community files (#328) Co-authored-by: CrazyMax --- .github/FUNDING.yml | 5 +++-- LICENSE | 2 +- README.md | 1 - action.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 04c13b5..ecb83a9 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ -github: crazy-max -custom: https://www.paypal.me/crazyws +github: [crazy-max, caarlos0] +open_collective: goreleaser +custom: ["https://goreleaser.com/pro"] diff --git a/LICENSE b/LICENSE index f4627d2..8248238 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2021 CrazyMax +Copyright (c) 2019-2022 CrazyMax Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4a8ed64..bb26e75 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ GitHub marketplace Test workflow Codecov - Become a sponsor

diff --git a/action.yml b/action.yml index 3779eee..d9b4da8 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ # https://help.github.com/en/articles/metadata-syntax-for-github-actions name: 'GoReleaser Action' description: 'GitHub Action for GoReleaser, a release automation tool for Go projects' -author: 'crazy-max' +author: 'goreleaser' branding: color: 'green' icon: 'package'