- Bump version in
Cargo.toml - Update dependencies (
build-dependenciesanddev-dependencies) oftremor-scriptto the new version. - Checkout the new
tremor-www-docsrelease tag in thetremor-www-docssubmodule folder. - Test the release by doing
make test_installand use the language server by writing some trickle/tremor-script. - Create a PR.
- Checkout
mainand pull the changes from origin. - Create a git tag and draft a release from it:
git tag -a -m"Release v<VERSION>" v<VERSION>git push origin --tag
- Execute
make publishfrom the language server repository root. - Verify new language server installation via
cargo install tremor-language-server.