A very annoying and unproductive part of any code change is updating the @circuitInfo. Given that this is often changed, I propose we:
- Automate the process
- Update the numbers only once when preparing a release. Therefore, the release numbers are accurate when it's most meaningful and time isn't wasted updating/verifying/confirming/thinking about numbers that need to be updated/verified/confirmed/thought about again with any code change during development, review, and/or subsequent PR that touches the same code
A very annoying and unproductive part of any code change is updating the
@circuitInfo. Given that this is often changed, I propose we: