diff --git a/docs/Deployment-Process.md b/docs/Deployment-Process.md index d27f04a3..2f08beca 100644 --- a/docs/Deployment-Process.md +++ b/docs/Deployment-Process.md @@ -197,9 +197,9 @@ To publish a new version of DAS Toolbox, access the repository at [https://gi ![DAS Toolbox Repository](assets/img72.jpg) -2. Update the toolbox image version in **_src/config/config.py_** +2. Update the toolbox image version in **src/common/config.py** -Ensure to update the toolbox image version number in the **src/config/config.py** file. This is important because syntax check and loader are executed from this toolbox image. + Before continue with the release process, update the `VERSION` constant in the `src/common/config.py` file. This file holds the version displayed when running `das-cli --version`. It is important to keep this version in sync with the version generated by the pipeline to avoid mismatches. ![Update pyproject.toml](assets/img30.jpg)