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
Decide what the tipping point for the release is. Normally that's just tip of develop
git rev-list --reverse --ancestry-path FROM(last included commit for example 899abd..TO(tip of develop)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How to make a Boba release?
git checkout develop && git pull
Check what the last commit in the previous release was!
For example v0.0.8 Falcon release PR Support ETH withdrawal and deposit with custom gas fee token boba#198
and the last commit in this PR is
Calldata compression (Calldata compression #184)
bobanetwork/boba@b018471
which was cherry picked from (cherry picked from commit bobanetwork/boba@899abd4)
Decide what the tipping point for the release is. Normally that's just tip of
develop
git rev-list --reverse --ancestry-path FROM(last included commit for example 899abd..TO(tip of develop)
git checkout -b inomurko/009
And create a PR!
Beta Was this translation helpful? Give feedback.
All reactions