Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev/README_RELEASE_AIRFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -728,12 +728,12 @@ Optionally you can use the `breeze release-management check-release-files` comma
present in SVN. This command may also help with verifying installation of the packages.

```shell script
breeze release-management check-release-files airflow --version ${VERSION_RC}
breeze release-management check-release-files airflow --version ${VERSION_RC} --path-to-airflow-svn "${PATH_TO_AIRFLOW_SVN}"
```


```shell script
breeze release-management check-release-files task-sdk --version ${TASK_SDK_VERSION_RC}
breeze release-management check-release-files task-sdk --version ${TASK_SDK_VERSION_RC} --path-to-airflow-svn "${PATH_TO_AIRFLOW_SVN}/task-sdk"
```

## Licence check
Expand Down
Loading