chore: fix version script

This commit is contained in:
Jeff Dickey 2024-03-29 21:03:52 -05:00
parent 578777807e
commit 736f8d9429
No known key found for this signature in database
GPG key ID: 584DADE86724B407
2 changed files with 1 additions and 1 deletions

5
scripts/version.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euxo pipefail
git cliff -o CHANGELOG.md --tag "${npm_package_version:?}"
git add CHANGELOG.md