An open API service indexing awesome lists of open source software.

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

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
```