chore: remove changelog.md from git staging

This commit is contained in:
Elliot DeNolf
2024-11-19 14:33:10 -05:00
parent 41d2e64a3a
commit 4f1a4a28a3

View File

@@ -189,7 +189,7 @@ async function main() {
header(`🧑‍💻 Committing changes...`)
// Commit all staged changes
runCmd(`git add CHANGELOG.md packages/**/package.json package.json`, execOpts)
runCmd(`git add packages/**/package.json package.json`, execOpts)
// Wait 500ms to avoid .git/index.lock errors
await new Promise((resolve) => setTimeout(resolve, 500))