https://github.com/josiahsrc/shorebird-batch-patch
Automatically apply patches to relevant releases
https://github.com/josiahsrc/shorebird-batch-patch
Last synced: about 2 months ago
JSON representation
Automatically apply patches to relevant releases
- Host: GitHub
- URL: https://github.com/josiahsrc/shorebird-batch-patch
- Owner: josiahsrc
- Created: 2024-04-01T16:58:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T19:08:11.000Z (about 2 years ago)
- Last Synced: 2025-12-27T18:28:04.686Z (6 months ago)
- Language: Dart
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shorebird-batch-patch
Automatically apply patches to relevant releases.
## Usage
First, install it.
```sh
# todo
```
Then, build your release with shorebird.
```sh
shorebird release ios
```
Finally, run the script to create a multiple patches for all applicable, historical versions.
```sh
# patch ios app
shorebird-batch-patch ios
# patch android app
shorebird-batch-patch android
```