Skip to content

Commit

Permalink
updated version in dev docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Aug 31, 2020
1 parent f973458 commit 982b93a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
2. GitHub tag for the version
3. Path to the Subversion repository checkout
```
./dev/prep_svn_release.sh cctimidrobot v2019.8.2 \
./dev/prep_svn_release.sh cctimidrobot v2020.08.1 \
../../svn/wordpress-org-creative-commons/
```
4. From the Subversion repositry checkout, copy and commit Subversion tag:
```
svn copy trunk/ tags/2019.8.2/
svn commit --username=cctimidrobot -m'Tagging version 2019.8.2'
svn copy trunk/ tags/2020.08.1/
svn commit --username=cctimidrobot -m'Tagging version 2020.08.1'
```
### Notes
Expand Down

0 comments on commit 982b93a

Please sign in to comment.