From 435ee63701168fc556d7152e30c1d54834d0d528 Mon Sep 17 00:00:00 2001 From: seven Date: Sun, 14 Jul 2024 17:28:03 +0800 Subject: [PATCH] feat: add sponsoring Signed-off-by: seven --- .github/FUNDING.yml | 7 ++++++- .github/workflows/release.yml | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d22e1db..aed6454 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,8 @@ # These are supported funding model platforms -github: @geek-fun +github: geek-fun +patreon: # +open_collective: # +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +custom: # Replace with a single custom sponsorship URL diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70899e5..6c25ec2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,6 +116,10 @@ jobs: with: prerelease: true token: ${{ secrets.GITHUB_TOKEN }} + body: | + ${{ steps.changelog.outputs.compareurl }} + + ${{ steps.changelog.outputs.changelog }} - name: Download Distribution Binaries uses: actions/download-artifact@v4 if: steps.tag_release.outputs.successful