From 7b84ca86f4952bd2062d18dddce47a01d991d306 Mon Sep 17 00:00:00 2001 From: paspo Date: Tue, 24 Sep 2024 16:09:10 +0200 Subject: [PATCH] docs --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a84212f..3688c6c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,21 @@ Run this: debuild -i -us -uc ``` +## New release + +Add comments: + +```sh +dch -v 0.2 "comment 1" +dch -v 0.2 "comment 2" +``` + +Release: + +```sh +dch --release --distribution stable +``` + ## Installation Just install the package as usual.