Actions
Architecture #10244
closedArchitecture #10242: Add a configuration file for plugin build/version related information
Add a generic parsing method for plugin version
Fix check:
Regression:
Description
We need a generic plugin version parsing method that knows about our plugin naming convention:
- old: x.y.z with x major, y minor, z micro
- new: A.B-x.y(.z) with
- A major Rudder version,
- B minor Rudder version,
- x.y plugin major/minor
- z is optionnal and will be omitted by default. If omitted, z == 0.
Actions