robotpy / mostrobotpy

Official Repository of python implementation of WPILib components
https://robotpy.github.io
Other
11 stars 14 forks source link

Automatically release robotpy-meta when this repo pushes releases #6

Open virtuald opened 1 year ago

virtuald commented 1 year ago

We did it before, we should do it again. Need to:

One thing we need to be smart about for that is to check the tag and ensure that it matches the tag MAJOR.MINOR for this repository (so if the current version of robotpy-meta is 2024.1.2, and a 2024.2.3.0 release is pushed for mostrobotpy, then the next robotpy-meta version should be 2024.2.1. Also need to handle beta versions too.