Skip to content

Commit 4104ffe

Browse files
committed
feat: add comments
1 parent 6a4ea40 commit 4104ffe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/vue-quill/src/assets/snow.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ backgroundColor = #fff
55
inactiveColor = #4B5563
66
shadowColor = #D1D5DB
77
textColor = #4B5563
8+
// This is the channge
89
// Additional color
910
backgroundHoverColor = #F3F4F6
1011
backgroundActiveColor = #DBEAFE

scripts/release.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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({
@@ -69,7 +69,7 @@
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`
@@ -110,7 +110,7 @@
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',

0 commit comments

Comments
 (0)