docs(sop): added more info

This commit is contained in:
2026-04-03 12:37:13 -05:00
parent 83a94cacf3
commit be1d4081e0

View File

@@ -112,3 +112,18 @@ Release flow
8. git push
9. git push --tags
# normal work
stage files
npm run commit
# if releasing
npm run changeset
# edit the generated changeset md if needed
npm run changeset:version
git add .
git commit -m "chore(release): version packages"
git tag v0.0.1-alpha.0
git push
git push --tags