Skip to content

Commit

Permalink
docs: use shorebird/main branch (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored May 22, 2023
1 parent 19f593a commit 29f1572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cutler/FORKING_FLUTTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We maintain forks of:
* flutter/engine
* flutter/buildroot

We keep our forked changes on the `main` branch of each repo which we rebase
We keep our forked changes on the `shorebird/main` branch of each repo which we rebase
periodically on top of `main` from the upstream repo.

When Flutter makes a release, we make a branch in each repo for the Flutter
Expand All @@ -35,7 +35,7 @@ following branches:
* flutter/flutter: `flutter_release/3.7.10`
* flutter/engine: `flutter_release/3.7.10`
* flutter/buildroot: `flutter_release/3.7.10`
* shorebird: no branch or tag, just a commit to the `main` branch which will
* shorebird: no branch or tag, just a commit to the `shorebird/main` branch which will
eventually get pushed to `beta` and `stable` branches for Shorebird.

It's rare that we will ever need to add commits to one of these branches,
Expand Down Expand Up @@ -216,4 +216,4 @@ cd $HOME/Documents/GitHub/_shorebird/shorebird
git tag -a -m "shorebird-3.10.0-1.5.pre" shorebird-3.10.0-1.5.pre $VERSION
git push origin shorebird-3.10.0-1.5.pre
git push origin/beta shorebird-3.10.0-1.5.pre
```
```

0 comments on commit 29f1572

Please sign in to comment.