clragon / swan

bring elegance to your flutter discussions
https://discord.gg/rflutterdev
MIT License
3 stars 0 forks source link

introduce versioning in help #9

Open clragon opened 8 months ago

clragon commented 8 months ago

it would be useful if the help message of the bot somehow printed out its version. we could probably do that easily by just adding a plugin that prints out the version in its help text.

however, I am not sure how we are gonna get the version. this is a pure dart program after all. it would be nice if it was in sync with the pubspec.yaml somehow.

clragon commented 6 months ago

we could use dart define to inject which commit and branch the binary was built with. the bot can then show this in the help.