castacks / AirStack

Boilerplate for your robot autonomy. Designed for multi-robot real world deployment.
http://docs.theairlab.org/
19 stars 3 forks source link

Add automatic status check: Dockerfile Version Increment #51

Closed andrewjong closed 1 month ago

andrewjong commented 1 month ago

If someone submits a PR with an update to the Dockerfile, must check that the version number has been incremented.

Could look at different ways to check the version increment. Perhaps it could build the Dockerfile and check for differences with what's on airlab-storage.

andrewjong commented 1 month ago

Implemented in 23ab4e3