File tree Expand file tree Collapse file tree 5 files changed +35
-2
lines changed Expand file tree Collapse file tree 5 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 28
28
.nfs *
29
29
.node_repl_history
30
30
.npm
31
- .npmrc
32
31
.nuxt
33
32
.nyc_output
34
33
.rpt2_cache /
Original file line number Diff line number Diff line change
1
+ //registry.npmjs.org/:_authToken = $NPM_TOKEN
Original file line number Diff line number Diff line change 15
15
"dev" : " rollup -c --watch" ,
16
16
"build" : " bili src/index.js; yarn todo" ,
17
17
"todo" : " leasot -x --reporter markdown 'src/**/*' > TODO.md" ,
18
- "release" : " release-it"
18
+ "release" : " eval envkey-source | source; release-it"
19
19
},
20
20
"files" : [
21
21
" dist/*" ,
39
39
"devDependencies" : {
40
40
"@babel/core" : " ^7.10.3" ,
41
41
"@babel/preset-env" : " ^7.10.3" ,
42
+ "@release-it/keep-a-changelog" : " ^1.1.1" ,
42
43
"@vue/compiler-sfc" : " ^3.0.0-beta.15" ,
43
44
"@vue/eslint-config-prettier" : " ^6.0.0" ,
44
45
"babel-eslint" : " ^10.1.0" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "git" : {
3
+ "commitMessage" : " 🚀 Release v${version}" ,
4
+ "requireBranch" : " master"
5
+ },
6
+ "github" : {
7
+ "release" : true ,
8
+ "assets" : [" dist/*.js" ]
9
+ },
10
+ "gitlab" : {
11
+ "release" : true ,
12
+ "assets" : [" dist/*.js" ]
13
+ },
14
+ "plugins" : {
15
+ "@release-it/keep-a-changelog" : {
16
+ "filename" : " CHANGELOG.md"
17
+ }
18
+ }
19
+ }
Original file line number Diff line number Diff line change 970
970
dependencies :
971
971
" @types/node" " >= 8"
972
972
973
+ " @release-it/keep-a-changelog@^1.1.1 " :
974
+ version "1.1.1"
975
+ resolved "https://registry.yarnpkg.com/@release-it/keep-a-changelog/-/keep-a-changelog-1.1.1.tgz#ea3dcc8d063d9f644eb84f82e06955fa2fa8a02c"
976
+ integrity sha512-qV8tsFenGeQDK8FkEufuNmwuCNjHmRC6JwXH/5PRtf+3oUYR3pxypMT3xuEff5jMA6Qtchy5ARWJFRxZvNoLrA==
977
+ dependencies :
978
+ detect-newline "^3.1.0"
979
+ release-it "^13.6.3"
980
+
973
981
" @rollup/plugin-replace@^2.3.2 " :
974
982
version "2.3.3"
975
983
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.3.3.tgz#cd6bae39444de119f5d905322b91ebd4078562e7"
@@ -2915,6 +2923,11 @@ detect-indent@^4.0.0:
2915
2923
dependencies :
2916
2924
repeating "^2.0.0"
2917
2925
2926
+ detect-newline@^3.1.0 :
2927
+ version "3.1.0"
2928
+ resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
2929
+ integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
2930
+
2918
2931
2919
2932
version "1.0.1"
2920
2933
resolved "https://registry.yarnpkg.com/detect-repo-changelog/-/detect-repo-changelog-1.0.1.tgz#c2108cbbf0964da7bc074645b6ad1d3b80a6bd6d"
You can’t perform that action at this time.
0 commit comments