File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/vue-quill/src/assets Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ backgroundColor = #fff
55inactiveColor = #4B 55 63
66shadowColor = #D1 D5 DB
77textColor = #4B 55 63
8+ // This is the channge
89// Additional color
910backgroundHoverColor = #F3 F4 F6
1011backgroundActiveColor = #DB EA FE
Original file line number Diff line number Diff line change 5959 }
6060
6161 async function release ( ) {
62- // const rootDir = path.resolve(__dirname, '..')
62+ // const pkgDir = path.resolve(__dirname, '..')
6363 try {
6464 console . log ( `>>>>>>>>>>>>> Semantic release` )
6565 const result = await semanticRelease ( {
6969 plugins : releaserc . plugins
7070 } , {
7171 // Run semantic-release from `/path/to/git/repo/root` without having to change local process `cwd` with `process.chdir()`
72- // cwd: rootDir ,
72+ cwd : '' ,
7373 // Pass the variable `MY_ENV_VAR` to semantic-release without having to modify the local `process.env`
7474 env : { ...process . env } ,
7575 // Store stdout and stderr to use later instead of writing to `process.stdout` and `process.stderr`
110110 const { nextRelease } = await semanticRelease ( {
111111 branches : releaserc . branches ,
112112 repositoryUrl : pkg . repository . url ,
113- // dryRun: true,
113+ dryRun : true ,
114114 ci : false ,
115115 plugins : [
116116 '@semantic-release/commit-analyzer' ,
You can’t perform that action at this time.
0 commit comments