Skip to content

Commit

Permalink
Small updates to provider preparation docs. (#11240)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Oct 2, 2020
1 parent 983e5a6 commit 6d7c143
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev/BACKPORT_PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,15 @@ mv apache-airflow-backport-providers-${VERSION}-source.tar.gz dist
* Sign all your packages

```bash
./dev/sign.sh dist/*
pushd dist
../dev/sign.sh *
popd
```

* Push tags

```bash
git push --tags
git push origin backport-providers-${VERSION}
```

### Committing the packages to Apache SVN repo
Expand Down

0 comments on commit 6d7c143

Please sign in to comment.