Feature Request: Build description field

It would be helpful if we could enter freeform text in a description field for each EAS build so we can more easily identify what a build contains. Bonus points if this description could be provided via command line switch to eas build.

For example, we might put the name of the branch, a link to a Jira release, or a few short bullet points of what the build contains.

As it stands today, we have to cross reference the git sha with our GitHub repo to determine what is actually in each build.

hi there! you can add a message with a build by passing in the --message flag. for example:

eas build -p ios --profile simulator --message 'Example message for Justin!'

I missed that some how… excellent, thank you!