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
5
5
inactiveColor = #4B 55 63
6
6
shadowColor = #D1 D5 DB
7
7
textColor = #4B 55 63
8
+ // This is the channge
8
9
// Additional color
9
10
backgroundHoverColor = #F3 F4 F6
10
11
backgroundActiveColor = #DB EA FE
Original file line number Diff line number Diff line change 59
59
}
60
60
61
61
async function release ( ) {
62
- // const rootDir = path.resolve(__dirname, '..')
62
+ // const pkgDir = path.resolve(__dirname, '..')
63
63
try {
64
64
console . log ( `>>>>>>>>>>>>> Semantic release` )
65
65
const result = await semanticRelease ( {
69
69
plugins : releaserc . plugins
70
70
} , {
71
71
// Run semantic-release from `/path/to/git/repo/root` without having to change local process `cwd` with `process.chdir()`
72
- // cwd: rootDir ,
72
+ cwd : '' ,
73
73
// Pass the variable `MY_ENV_VAR` to semantic-release without having to modify the local `process.env`
74
74
env : { ...process . env } ,
75
75
// Store stdout and stderr to use later instead of writing to `process.stdout` and `process.stderr`
110
110
const { nextRelease } = await semanticRelease ( {
111
111
branches : releaserc . branches ,
112
112
repositoryUrl : pkg . repository . url ,
113
- // dryRun: true,
113
+ dryRun : true ,
114
114
ci : false ,
115
115
plugins : [
116
116
'@semantic-release/commit-analyzer' ,
You can’t perform that action at this time.
0 commit comments