Skip to content

Commit

Permalink
doc: write a release procedure
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet committed Feb 6, 2022
1 parent 37b691f commit 8eabb43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/contributing/index.rst
Expand Up @@ -7,6 +7,7 @@ Contributing to Guake
:maxdepth: 2

basic
release
dev_env
hacking
packaging
11 changes: 11 additions & 0 deletions 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

0 comments on commit 8eabb43

Please sign in to comment.