Production model status
There is no flag to indicate if a production model is:
- ready for production
- superseded
- in development
This could be indicated in the info.yml files and automatically transferred into the documentation (there is a handwritten file here: https://gitlab.cta-observatory.org/cta-science/simulations/simulation-model/simulation-models/-/blob/main/docs/production_version_descriptions.md?ref_type=heads) - which should be automatically generated)
I suggest to add to the info.yml files:
```
model_status: development # e.g., current 7.0.0
model_status: production # e.g., current 6.3.0
model_status: superseded # replaced by newer production model (e.g., 6.0.2 is replaced by 6.3.0)
```
Comments / suggestions? @ogueta
issue