From d0c9c1bebcdfb2fefded435ec74bb649ad875598 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Tue, 3 Sep 2024 10:41:29 +0200 Subject: [PATCH] - rely on automatic numbered lists --- config/README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/README.rst b/config/README.rst index 3018454..32b7128 100644 --- a/config/README.rst +++ b/config/README.rst @@ -111,15 +111,15 @@ The script does the following steps: 1. Add the package name to ``packages.txt`` of the selected configuration type if it is not yet added. -2. Copy ``setup.cfg``, ``tox.ini``, ``tests.yml``, ``MANIFEST.in``, +1. Copy ``setup.cfg``, ``tox.ini``, ``tests.yml``, ``MANIFEST.in``, ``.readthedocs.yaml`` (if needed), and ``.gitignore`` to the repository. -3. Create or update a ``pyproject.toml`` project configuration file. -4. Remove a possibly existing ``.coveragerc`` and ``bootstrap.py``. (Coverage +1. Create or update a ``pyproject.toml`` project configuration file. +1. Remove a possibly existing ``.coveragerc`` and ``bootstrap.py``. (Coverage is now configured in ``tox.ini`` for packages which are no buildout recipes.) -5. Run the tests via: ``tox``. The ``tox`` script may be either on the current +1. Run the tests via: ``tox``. The ``tox`` script may be either on the current ``$PATH`` or in the ``bin`` subfolder of the current working directory. -6. Create a branch and a pull request. (Prevent an automatic commit of all +1. Create a branch and a pull request. (Prevent an automatic commit of all changes with the command line switch ``--no-commit``, or an automatic push to GitHub using the command line switch ``--no-push``.) @@ -127,9 +127,9 @@ After running the script you should manually do the following steps: 1. Check for changes in the updated repository and for the need of a change log entry over there. -2. Make sure the package is activated on https://coveralls.io by trying to add +1. Make sure the package is activated on https://coveralls.io by trying to add the repository name and making it active. -3. Check in possible changes in the zopefoundation/meta repository. +1. Check in possible changes in the zopefoundation/meta repository. CLI arguments @@ -696,10 +696,10 @@ The script does the following steps: 1. It does the following steps for each line in the given ``packages.txt`` which does not start with ``#``. -2. Check if there is a repository in ```` with the name of the +1. Check if there is a repository in ```` with the name of the repository. If it does not exist: clone it. If it exists: clean the clone from changes, switch to ``master`` branch and pull from origin. -3. Call the given script with the package name and arguments for the script. +1. Call the given script with the package name and arguments for the script. .. caution::