File tree Expand file tree Collapse file tree 6 files changed +221
-2590
lines changed Expand file tree Collapse file tree 6 files changed +221
-2590
lines changed Original file line number Diff line number Diff line change
1
+ name : Release
2
+
3
+ permissions :
4
+ contents : write
5
+
6
+ on :
7
+ push :
8
+ tags :
9
+ - ' v*'
10
+
11
+ jobs :
12
+ release :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v3
16
+ with :
17
+ fetch-depth : 0
18
+
19
+ - name : Set node
20
+ uses : actions/setup-node@v3
21
+ with :
22
+ node-version : 18
23
+
24
+ - run : npx changelogithub
25
+ env :
26
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30
30
"lint:eslint" : " eslint --fix" ,
31
31
"lint:prettier" : " prettier --write --loglevel warn" ,
32
32
"prepare" : " husky install && npm run build" ,
33
- "prepublishOnly" : " npm run lint && npm run test && pinst --disable " ,
34
- "release" : " release-it " ,
33
+ "prepublishOnly" : " npm run lint && npm run test" ,
34
+ "release" : " bumpp && npm publish " ,
35
35
"test" : " vitest run" ,
36
- "postinstall" : " husky install" ,
37
- "postpublish" : " pinst --enable"
36
+ "postinstall" : " husky install"
38
37
},
39
38
"dependencies" : {
40
39
"scule" : " ^1.0.0"
41
40
},
42
41
"devDependencies" : {
43
- "@release-it/conventional-changelog" : " 5.1.1" ,
44
42
"@typescript-eslint/eslint-plugin" : " 5.59.2" ,
45
43
"@typescript-eslint/parser" : " 5.59.2" ,
46
44
"@vitest/coverage-c8" : " 0.31.0" ,
47
45
"@vue/test-utils" : " 2.3.2" ,
46
+ "bumpp" : " ^9.1.0" ,
48
47
"conventional-changelog-conventionalcommits" : " 5.0.0" ,
49
48
"esbuild" : " 0.17.18" ,
50
49
"eslint" : " 8.40.0" ,
54
53
"happy-dom" : " 9.10.9" ,
55
54
"husky" : " 8.0.3" ,
56
55
"lint-staged" : " 13.2.2" ,
57
- "pinst" : " 3.0.0" ,
58
56
"prettier" : " 2.8.8" ,
59
- "release-it" : " 15.10.3" ,
60
- "semver" : " 7.5.0" ,
61
57
"typescript" : " 5.0.4" ,
62
58
"unbuild" : " 1.2.1" ,
63
59
"vite" : " 4.3.5" ,
You can’t perform that action at this time.
0 commit comments