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

Commit c208686

Browse files
fix: npm script to bump changelog should use new path
1 parent c1ebb40 commit c208686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"check-locales": "node scripts/check-locales.js",
1212
"postinstall": "electron-builder install-app-deps",
1313
"dist": "electron-builder",
14-
"version": "changelog-version && git add CHANGELOG.md"
14+
"version": "mv docs/CHANGELOG.md . && changelog-version && mv CHANGELOG.md docs/ && git add docs/CHANGELOG.md"
1515
},
1616
"author": "Secure Scuttlebutt Consortium",
1717
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)