bugsnag / bugsnag-flutter

BugSnag crash reporting for Flutter apps
https://docs.bugsnag.com/platforms/flutter/
MIT License
11 stars 10 forks source link

Automatically update references to dependencies #226

Closed Cawllec closed 9 months ago

Cawllec commented 9 months ago

Goal

Adds a github actions workflow to receive messages from upstream repos (bugsnag-android and bugsnag-cocoa) when a new release is made, updating those versions in appropriate places, committing the changes, then pushing and PRing the resulting branch.

Testing

Since this is based off of the similar unity pipeline, that represents a test setup for this workflow. Functions such as those in the makefile have all been run locally.