Update instruction to only push a single tag while releasing Airflow (#11861)
This commit is contained in:
Родитель
79d71cc587
Коммит
0d3ee66924
|
@ -234,7 +234,7 @@ The Release Candidate artifacts we vote upon should be the exact ones we vote ag
|
||||||
- Tag your release
|
- Tag your release
|
||||||
|
|
||||||
```shell script
|
```shell script
|
||||||
git tag ${VERSION}
|
git tag -s ${VERSION}
|
||||||
```
|
```
|
||||||
|
|
||||||
- Clean the checkout: the sdist step below will
|
- Clean the checkout: the sdist step below will
|
||||||
|
@ -275,7 +275,10 @@ The Release Candidate artifacts we vote upon should be the exact ones we vote ag
|
||||||
```
|
```
|
||||||
|
|
||||||
- Push Tags
|
- Push Tags
|
||||||
`git push --tags`
|
|
||||||
|
```shell script
|
||||||
|
git push origin ${VERSION}
|
||||||
|
```
|
||||||
|
|
||||||
- Push the artifacts to ASF dev dist repo
|
- Push the artifacts to ASF dev dist repo
|
||||||
```
|
```
|
||||||
|
|
Загрузка…
Ссылка в новой задаче