This is an automated email from the ASF dual-hosted git repository.

amitmiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new f62cea3  chore(release-docs): svn update after svn commit (#15523)
f62cea3 is described below

commit f62cea35865daca101735472b60cebe903bb40f4
Author: Amit Miran <[email protected]>
AuthorDate: Sat Jul 3 16:33:46 2021 +0300

    chore(release-docs): svn update after svn commit (#15523)
---
 RELEASING/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/RELEASING/README.md b/RELEASING/README.md
index 7c4377e..a338358 100644
--- a/RELEASING/README.md
+++ b/RELEASING/README.md
@@ -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:

Reply via email to