diff --git a/README.rst b/README.rst index e4a95aa..1812607 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,7 @@ From sources git clone https://github.com/SkypLabs/python4yahdlc.git cd python4yahdlc + git submodule update --init --recursive python3 setup.py install You need the `setuptools `_ package to execute ``setup.py``. @@ -76,12 +77,18 @@ Development Releasing a new version ----------------------- +Before publishing the new release: + * Run all tests and be sure they all pass * Update the ``VERSION`` variable in ``setup.py`` * Update ``MANIFEST.in`` if needed * Update the package's metadata (description, classifiers, etc) in ``setup.py`` if needed * Update ``README.rst`` if needed +After having pushed the changes: + +* Edit the release note on GitHub + License =======