Skip to content

Commit

Permalink
chore(release-docs): svn update after svn commit (apache#15523)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmiran137 committed Jul 3, 2021
1 parent a05cea6 commit 3a74fc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASING/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3a74fc7

Please sign in to comment.