diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-10-05 21:35:01 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-10-05 21:35:01 +0000 |
| commit | 82689d9e5294d07fc21f247b3f55f820ee3de2cc (patch) | |
| tree | c83261aa4685691555d0c20d7611b1e7962a1253 /docs | |
| parent | b4386ca77a0bdb4e6ad69d66481a2220b7813fab (diff) | |
| download | docutils-82689d9e5294d07fc21f247b3f55f820ee3de2cc.tar.gz | |
add cleanup commands
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8847 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/release.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dev/release.txt b/docs/dev/release.txt index 47f7e3ba2..e8c5364ae 100644 --- a/docs/dev/release.txt +++ b/docs/dev/release.txt @@ -93,6 +93,8 @@ Releasing (post 2020) cp -Lr ../docutils-code/docutils/test . python test/alltests.py + deactivate ; cd .. ; rm -r du3 + python2 -m virtualenv du2 ; cd du2 export PYTHONPATH= ; . bin/activate @@ -100,6 +102,8 @@ Releasing (post 2020) cp -Lr ../docutils-code/docutils/test . python test/alltests.py + deactivate ; cd .. ; rm -r du2 + * Notify to docutils-developer and user. * upload source and generated html to sf-htdocs/0.## :: |
