Currently, I have to manually follow multiple steps to prepare flutter_scene and flutter_scene_importer for package publishing, like bumping all the versions and switching pub ignore rules.
Add automation for bumping package versions and publishing to pub.dev. There's no need to 100% automate the process and publish every single commit right now, but it should at least be a simple 1-step process that can be fired off very often.
Do https://github.com/bdero/flutter_scene/issues/36 first.
Currently, I have to manually follow multiple steps to prepare
flutter_scene
andflutter_scene_importer
for package publishing, like bumping all the versions and switching pub ignore rules.Add automation for bumping package versions and publishing to pub.dev. There's no need to 100% automate the process and publish every single commit right now, but it should at least be a simple 1-step process that can be fired off very often.