-
Notifications
You must be signed in to change notification settings - Fork 13
Release process
Daniel Chao edited this page Mar 26, 2025
·
5 revisions
- Update CHANGELOG.adoc and add new release notes
- Run
tree-sitter version <version>
to update the version in all relevant places - Submit PR and merge. Commit message:
git commit -m "Prepare <version> release"
- After merge:
git checkout main git pull upstream main git tag -a v<VERSION> -m "Release version <VERSION>"
- Push to upstream
git push upstream refs/tags/v<VERSION>