| Crates.io | aftermath-bin |
| lib.rs | aftermath-bin |
| version | 0.1.1 |
| created_at | 2024-10-25 03:44:40.452683+00 |
| updated_at | 2024-10-25 03:44:40.452683+00 |
| description | find-and-replace, commit, check, and push new changes to CI files for multiple projects |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1422054 |
| size | 30,504 |
Are you tired of updating your build image tags in every project manually? Enter aftermath, where you can do
this with automation! aftermath will find-and-replace, commit, test, and push the changes.
Replace the runs-on: with latest rust:0.1.2.
[[projects]]
url = "https://github.com/wcampbell0x2a/librarium"
name = "librarium"
replace_prefix = "runs-on:"
yaml_path = ".github/workflows/main.yml"
$ aftermath projects.toml wcampbell wcampbell1995@gmail.com rust:0.1.2 --root-dir tmp