You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we update versions in documentation, they are specified in many different places across the codebase, and sometimes they get out of sync.
Describe the UX of the solution you'd like
It would be good to have automatic checks that our version are consistent.
Do you have thoughts on the technical implementation?
To do so, we can create a linting rule in lint.yml that uses a regex to search the entire codebase for all instances of openhands:0.XX or runtime:0.XX where XX is two digits. The linting rule should check that one and only one unique value of XX is found throughout the entire codebase.
The text was updated successfully, but these errors were encountered:
What problem or use case are you trying to solve?
When we update versions in documentation, they are specified in many different places across the codebase, and sometimes they get out of sync.
Describe the UX of the solution you'd like
It would be good to have automatic checks that our version are consistent.
Do you have thoughts on the technical implementation?
To do so, we can create a linting rule in lint.yml that uses a regex to search the entire codebase for all instances of
openhands:0.XX
orruntime:0.XX
whereXX
is two digits. The linting rule should check that one and only one unique value of XX is found throughout the entire codebase.The text was updated successfully, but these errors were encountered: