Skip to content

Commit 64e40a4

Browse files
YangSen-qnYangSen-qn
andauthored
version to 7.15.2 (#449)
* version to 7.15.2 * support publish --------- Co-authored-by: YangSen-qn <yangsen@qiniu.com>
1 parent b9ea83e commit 64e40a4

4 files changed

Lines changed: 26 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Npm publish
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
publish:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
13+
with:
14+
node-version: 12
15+
registry-url: https://registry.npmjs.org/
16+
- run: npm install
17+
- run: npm run build
18+
- run: npm publish
19+
env:
20+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ coverage/
2525
.nyc_output/
2626
.idea
2727
yarn.lock
28+
29+
.claude/settings.local.json

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## CHANGE LOG
22

3+
## 7.15.2
4+
- 对象存储,修复 pfop pipeline 参数无效问题
5+
36
## 7.15.1
47
- 对象存储,开放分片上传部分接口
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qiniu",
3-
"version": "7.15.1",
3+
"version": "7.15.2",
44
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)