Skip to content

Commit

Permalink
Update das-cli release process (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity authored Sep 12, 2024
1 parent 6e652de commit f66058c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Deployment-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ To publish a new version of DAS Toolbox, access the repository at [<u>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)

Expand Down

0 comments on commit f66058c

Please sign in to comment.