diff --git a/scripts/changelog_to_json.sh b/scripts/changelog_to_json.sh new file mode 100755 index 00000000..ad5cd07b --- /dev/null +++ b/scripts/changelog_to_json.sh @@ -0,0 +1 @@ +cat CHANGELOG.md | tr -d "\n" | sed 's/- /\\n- /g'