We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9e451 commit bf43867Copy full SHA for bf43867
.github/workflows/release.yml
@@ -0,0 +1,22 @@
1
+name: Release
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - 'v*'
7
8
+jobs:
9
+ release:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v3
13
+ with:
14
+ fetch-depth: 0
15
16
+ - uses: actions/setup-node@v3
17
18
+ node-version: 16.x
19
20
+ - run: npx changelogithub # or [email protected] if ensure the stable result
21
+ env:
22
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
README.md
@@ -1,5 +1,7 @@
# blive-message-listener
+[](https://www.npmjs.com/package/blive-message-listener)
Bilibili-live danmu listener with type.
Bilibili 直播间弹幕监听器,支持类型输出。
0 commit comments