Skip to content

Commit

Permalink
feat: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 29, 2021
1 parent 6a4ea40 commit 4104ffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/vue-quill/src/assets/snow.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ backgroundColor = #fff
inactiveColor = #4B5563
shadowColor = #D1D5DB
textColor = #4B5563
// This is the channge
// Additional color
backgroundHoverColor = #F3F4F6
backgroundActiveColor = #DBEAFE
Expand Down
6 changes: 3 additions & 3 deletions scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

async function release() {
// const rootDir = path.resolve(__dirname, '..')
// const pkgDir = path.resolve(__dirname, '..')
try {
console.log(`>>>>>>>>>>>>> Semantic release`)
const result = await semanticRelease({
Expand All @@ -69,7 +69,7 @@
plugins: releaserc.plugins
}, {
// Run semantic-release from `/path/to/git/repo/root` without having to change local process `cwd` with `process.chdir()`
// cwd: rootDir,
cwd: '',
// Pass the variable `MY_ENV_VAR` to semantic-release without having to modify the local `process.env`
env: { ...process.env },
// Store stdout and stderr to use later instead of writing to `process.stdout` and `process.stderr`
Expand Down Expand Up @@ -110,7 +110,7 @@
const { nextRelease } = await semanticRelease({
branches: releaserc.branches,
repositoryUrl: pkg.repository.url,
// dryRun: true,
dryRun: true,
ci: false,
plugins: [
'@semantic-release/commit-analyzer',
Expand Down

0 comments on commit 4104ffe

Please sign in to comment.