realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.61k stars 558 forks source link

Replacing `changelog-header.sh` with a TypeScript equivalent #6587

Closed kraenhansen closed 3 weeks ago

kraenhansen commented 3 weeks ago

What, How & Why?

Running the bash script locally errored with:

❯ ./scripts/changelog-header.sh
./scripts/changelog-header.sh: line 6: unexpected EOF while looking for matching `)'

Instead of spending time debugging it, I rewrote it in TypeScript.