From f84426f1a601e0a3d73452835b84db97b689927e Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Mon, 23 Sep 2024 14:39:35 +0200 Subject: [PATCH] =?UTF-8?q?hacking.md:=20Simplify=20`gbp=20dch=20=E2=80=A6?= =?UTF-8?q?`-command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part-of: --- doc/hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hacking.md b/doc/hacking.md index 88b41541..29485f58 100644 --- a/doc/hacking.md +++ b/doc/hacking.md @@ -300,7 +300,7 @@ Packaging is in the `debian/` directory, and creates builds that can be quickly ```sh $ cd squeekboard-source -$ EMAIL=my_address@example.com gbp dch --multimaint-merge --ignore-branch --git-author --distribution=experimental --new-version=x.y.z +$ EMAIL=my_address@example.com gbp dch --multimaint-merge --ignore-branch --git-author --release --new-version=x.y.z ``` Inspect `debian/changelog`, and make sure the first line contains the correct version number and suite. For example: