chore: change our branch name pattern

This commit is contained in:
Eric Seidel
2023-05-11 11:36:18 -07:00
parent 1df12e0f87
commit b5df3e3b34
+3 -3
View File
@@ -32,9 +32,9 @@ tag).
For example, when updating to the Flutter 3.7.10 release, we created the
following branches:
* flutter/flutter: `shorebird/3.7.10`
* flutter/engine: `shorebird/3.7.10`
* flutter/buildroot: `shorebird/3.7.10`
* 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
eventually get pushed to `beta` and `stable` branches for Shorebird.