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.