chore(release-docs): svn update after svn commit (#15523)

This commit is contained in:
Amit Miran 2021-07-03 16:33:46 +03:00 committed by GitHub
parent 8f92618e46
commit f62cea3586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,7 @@ Now let's ship this RC into svn's dev folder
cd ~/svn/superset_dev/
svn add ${SUPERSET_VERSION_RC}
svn commit -m "Release ${SUPERSET_VERSION_RC}"
svn update
```
### Build and test from SVN source tarball
@ -272,6 +273,7 @@ cd ~/svn/superset/
for f in ${SUPERSET_VERSION}/*; do mv "$f" "${f/${SUPERSET_VERSION_RC}/${SUPERSET_VERSION}}"; done
svn add ${SUPERSET_VERSION}
svn commit -m "Release ${SUPERSET_VERSION}"
svn update
```
Then tag the final release: