Skip to content

Commit

Permalink
update README_RELEASE_PROVIDER_PACKAGES.md (apache#35706)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Nov 17, 2023
1 parent d5cbc14 commit aaed909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/README_RELEASE_PROVIDER_PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1014,9 +1014,11 @@ If you want to disable this behaviour, set the env **CLEAN_LOCAL_TAGS** to false

## Update providers metadata

Make sure you create the following branch from the git tag (steps before) and not from main!

```shell script
cd ${AIRFLOW_REPO_ROOT}
branch="update-providers-metadata-$(date '+%Y-%m-%d%n')
branch="update-providers-metadata-$(date '+%Y-%m-%d%n')"
git checkout -b "${branch}"
breeze release-management generate-providers-metadata
git add -p .
Expand Down

0 comments on commit aaed909

Please sign in to comment.