diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 04c13b50..ecb83a98 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 f4627d20..82482384 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 4a8ed64e..bb26e756 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 3779eee4..d9b4da85 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'