Skip to content

Commit cd28fab

Browse files
committed
chore: add sponsor badge.
1 parent 97b1411 commit cd28fab

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
name: ${{ steps.changelog.outputs.tag }}
9797
tag: ${{ steps.changelog.outputs.tag }}
9898
body: |
99+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
100+
99101
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/uiwjs/react-monorepo-template/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
100102
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
101103

core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
react-head
22
===
33

4+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
45
[![CI](https://github.com/uiwjs/react-head/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/react-head/actions/workflows/ci.yml)
56
[![npm version](https://img.shields.io/npm/v/@uiw/react-head.svg)](https://www.npmjs.com/package/@uiw/react-head)
67
[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/react-head.svg?style=flat&label=)](https://www.npmjs.com/package/@uiw/react-head)

core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "React components will manage your changes to the document head",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/react-head",
7+
"funding": "https://jaywcjlove.github.io/#/sponsor",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/uiwjs/react-head.git"

0 commit comments

Comments
 (0)