You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Groovie | Mango edited this page Aug 15, 2024
·
7 revisions
Release Streams
Currently there are two actively maintained release streams.
release/connector-v0.4.x
main product branch
# change version in Cargo.tom
git co release/connector-v0.4.x && git merge --ff-only main
# adjust version in Cargo.toml
git tag connector-v0.4.zzz
git push origin release/connector-v0.4.x --tags