bdero / flutter_scene

3D library for Flutter.
MIT License
175 stars 12 forks source link

Automate package deployments (mostly). #37

Open bdero opened 4 weeks ago

bdero commented 4 weeks ago

Do https://github.com/bdero/flutter_scene/issues/36 first.

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.