Skip to content

Commit 31df73e

Browse files
authored
chore: Automate adding clog to manifest (#208)
Context: In c886756 a clog generation script was added in order to help automate changelog generation. However, generated clogs still needed to be manually added to manifest.json. At the time, use of jq was experimented with in the create-clog.sh script, but was found to be not worth the effort. Summary: Adds a NodeJS script written in TS for adding changelog entries to manifest.json. Details: The manifest.json file was formatted as part of this diff because the add_clog_to_manifest.ts script uses JSON.stringify to serialize changes to JSON. The resulting format differed from our prior format, but still complies with prettier.
1 parent 5d33cd6 commit 31df73e

File tree

7 files changed

+479
-93
lines changed

7 files changed

+479
-93
lines changed

.prettierrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"printWidth": 80,
3+
"semi": false,
4+
35
"overrides": [
46
{
57
"files": ["*.md"],

0 commit comments

Comments
 (0)