This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Commit 875512e
committed
chore: Automate adding clog to manifest
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 6ec7c23 commit 875512e
File tree
6 files changed
+462
-87
lines changed- scripts
6 files changed
+462
-87
lines changed
0 commit comments