refactor(changelog): reverted back to commit-chagnelog, like more than changeset for solo dev

This commit is contained in:
2026-04-03 15:29:49 -05:00
parent 8f59bba614
commit ed052dff3c
16 changed files with 33 additions and 104 deletions

View File

@@ -118,9 +118,12 @@ stage files
npm run commit
# if releasing
npm run changeset
# edit the generated changeset md if needed
npm run changeset:version
npm run commit
npm run release -- --prerelease alpha
git push
git push --tags
git add .
git commit -m "chore(release): version packages"
git tag v0.0.1-alpha.0