Update PackageReleaseProcedure authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -20,8 +20,9 @@ ...@@ -20,8 +20,9 @@
``` ```
gbp dch -Rc -N <version>-1+deb10 -D stable --debian-branch debian/buster gbp dch -Rc -N <version>-1+deb10 -D stable --debian-branch debian/buster
``` ```
If this command locks up, try `--spawn-editor=never` - If this command locks up, try `--spawn-editor=never`
The `*-1+*` is the packaging revision, if you are re-releasing with just packaging changes, you can increase the packaging version here. - The `*-1+*` is the packaging revision, if you are re-releasing with just packaging changes, you can increase the packaging version here.
- You can remove the `-c` from the arguments if you don't want the command to automatically commit the change log. This is useful, when the editor is not spawning correctly.
13. Tag the debian branch with 13. Tag the debian branch with
``` ```
... ...
......