Skip to content

Commit d1105e7

Browse files
author
Thezero
committed
fix: detail
1 parent 252b9bc commit d1105e7

File tree

3 files changed

+71
-50
lines changed

3 files changed

+71
-50
lines changed

.github/workflows/auto-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
uses: actions/setup-node@v3
1414
with:
1515
node-version: '16'
16-
- name: Setup yarn
17-
uses: yarn/action-setup@v2
16+
- name: Setup pnpm
17+
uses: pnpm/action-setup@v2
1818
with:
1919
version: latest
2020
- name: Gen npmrc
2121
run: echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ./.npmrc
2222
- name: Build&publish
23-
run: sh ./scripts/publish.sh
23+
run: sh ./bin/publish.sh
2424
env:
2525
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
2626
REGISTRY: https://registry.npmjs.com/

CHANGELOG.md

Lines changed: 66 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,66 @@
1-
## [1.0.4](https://gitee.com/Y_onghu/simple-json/compare/v1.0.3...v1.0.4) (2022-02-28)
2-
3-
4-
5-
## [1.0.3](https://gitee.com/Y_onghu/simple-json/compare/v1.0.0...v1.0.3) (2022-02-28)
6-
7-
8-
### ✨ Features | 新功能
9-
10-
* demo build ([a209370](https://gitee.com/Y_onghu/simple-json/commit/a209370))
11-
* LICENSE. ([2fbdd6b](https://gitee.com/Y_onghu/simple-json/commit/2fbdd6b))
12-
* yarn to pnpm ([feba598](https://gitee.com/Y_onghu/simple-json/commit/feba598))
13-
14-
15-
### 🐛 Bug Fixes | Bug 修复
16-
17-
* 清理文件 ([1252b68](https://gitee.com/Y_onghu/simple-json/commit/1252b68))
18-
* config ([2b522c3](https://gitee.com/Y_onghu/simple-json/commit/2b522c3))
19-
* config ([419d7f0](https://gitee.com/Y_onghu/simple-json/commit/419d7f0))
20-
* detail ([48c21bd](https://gitee.com/Y_onghu/simple-json/commit/48c21bd))
21-
* detail ([9c8f022](https://gitee.com/Y_onghu/simple-json/commit/9c8f022))
22-
* readme ([5d541c0](https://gitee.com/Y_onghu/simple-json/commit/5d541c0))
23-
24-
25-
### 📝 Documentation | 文档
26-
27-
* update readme ([eb8acf0](https://gitee.com/Y_onghu/simple-json/commit/eb8acf0))
28-
29-
30-
31-
# [1.0.0](https://gitee.com/Y_onghu/simple-json/compare/10ae87f...v1.0.0) (2022-02-25)
32-
33-
34-
### ✨ Features | 新功能
35-
36-
* 初始化 ([10ae87f](https://gitee.com/Y_onghu/simple-json/commit/10ae87f))
37-
* bin ([6830958](https://gitee.com/Y_onghu/simple-json/commit/6830958))
38-
39-
40-
### 👷‍ Build System | 构建
41-
42-
* v1.0.0 ([ae4a147](https://gitee.com/Y_onghu/simple-json/commit/ae4a147))
43-
44-
45-
1+
## [1.0.7](https://gitee.com/Y_onghu/simple-json/compare/v1.0.3...v1.0.7) (2022-04-22)
2+
3+
4+
### ✨ Features | 新功能
5+
6+
* 打包重构 ([252b9bc](https://gitee.com/Y_onghu/simple-json/commit/252b9bc))
7+
* githup action ([ced0281](https://gitee.com/Y_onghu/simple-json/commit/ced0281))
8+
* githup issue ([3c4d614](https://gitee.com/Y_onghu/simple-json/commit/3c4d614))
9+
10+
11+
### 🐛 Bug Fixes | Bug 修复
12+
13+
* detail ([bb2d3e5](https://gitee.com/Y_onghu/simple-json/commit/bb2d3e5))
14+
* detail ([62a2783](https://gitee.com/Y_onghu/simple-json/commit/62a2783))
15+
* detail ([a5a8fd0](https://gitee.com/Y_onghu/simple-json/commit/a5a8fd0))
16+
* detail ([86468a2](https://gitee.com/Y_onghu/simple-json/commit/86468a2))
17+
18+
19+
### 📝 Documentation | 文档
20+
21+
* update readme ([c28432f](https://gitee.com/Y_onghu/simple-json/commit/c28432f))
22+
* update readme ([864cdbb](https://gitee.com/Y_onghu/simple-json/commit/864cdbb))
23+
24+
25+
26+
## [1.0.3](https://gitee.com/Y_onghu/simple-json/compare/v1.0.0...v1.0.3) (2022-02-28)
27+
28+
29+
### ✨ Features | 新功能
30+
31+
* demo build ([a209370](https://gitee.com/Y_onghu/simple-json/commit/a209370))
32+
* LICENSE. ([2fbdd6b](https://gitee.com/Y_onghu/simple-json/commit/2fbdd6b))
33+
* yarn to pnpm ([feba598](https://gitee.com/Y_onghu/simple-json/commit/feba598))
34+
35+
36+
### 🐛 Bug Fixes | Bug 修复
37+
38+
* 清理文件 ([1252b68](https://gitee.com/Y_onghu/simple-json/commit/1252b68))
39+
* config ([2b522c3](https://gitee.com/Y_onghu/simple-json/commit/2b522c3))
40+
* config ([419d7f0](https://gitee.com/Y_onghu/simple-json/commit/419d7f0))
41+
* detail ([48c21bd](https://gitee.com/Y_onghu/simple-json/commit/48c21bd))
42+
* detail ([9c8f022](https://gitee.com/Y_onghu/simple-json/commit/9c8f022))
43+
* readme ([5d541c0](https://gitee.com/Y_onghu/simple-json/commit/5d541c0))
44+
45+
46+
### 📝 Documentation | 文档
47+
48+
* update readme ([eb8acf0](https://gitee.com/Y_onghu/simple-json/commit/eb8acf0))
49+
50+
51+
52+
# [1.0.0](https://gitee.com/Y_onghu/simple-json/compare/10ae87f...v1.0.0) (2022-02-25)
53+
54+
55+
### ✨ Features | 新功能
56+
57+
* 初始化 ([10ae87f](https://gitee.com/Y_onghu/simple-json/commit/10ae87f))
58+
* bin ([6830958](https://gitee.com/Y_onghu/simple-json/commit/6830958))
59+
60+
61+
### 👷‍ Build System | 构建
62+
63+
* v1.0.0 ([ae4a147](https://gitee.com/Y_onghu/simple-json/commit/ae4a147))
64+
65+
66+

bin/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -e
44

5-
yarn
5+
pnpm install
66

7-
yarn build
7+
pnpm build
88

99
npm publish --access public
1010
cd -

0 commit comments

Comments
 (0)