Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit b6a6276

Browse files
committed
chore: add changelog when publishing
1 parent 5ab385e commit b6a6276

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: scripts/package.js

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ fs.writeFileSync(
2323
)
2424

2525
fs.copyFileSync(path.join(root, 'README.md'), path.join(root, 'dist/README.md'))
26+
fs.copyFileSync(
27+
path.join(root, 'CHANGELOG.md'),
28+
path.join(root, 'dist/CHANGELOG.md')
29+
)
2630
fs.copyFileSync(
2731
path.join(root, 'packages/extension/icon.png'),
2832
path.join(root, 'dist/icon.png')

0 commit comments

Comments
 (0)