diff --git a/docs/source/contributing/index.rst b/docs/source/contributing/index.rst index 7b25e2e2b..cad40644f 100644 --- a/docs/source/contributing/index.rst +++ b/docs/source/contributing/index.rst @@ -7,6 +7,7 @@ Contributing to Guake :maxdepth: 2 basic + release dev_env hacking packaging diff --git a/docs/source/contributing/release.rst b/docs/source/contributing/release.rst new file mode 100644 index 000000000..060288ada --- /dev/null +++ b/docs/source/contributing/release.rst @@ -0,0 +1,11 @@ +===================== +Release Procedure +===================== + +- Ensure ``requirements.txt`` is up to date with the Pipfile.lock, or we will have + ``dev0`` version generated +- Merge all translation from Weblate +- Generate the release notes, and updates NEWS.rst with the upcoming release. +- Ensure this pull request build. +- Merge +- Tag with the same version