Update PackageReleaseProcedure authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -16,11 +16,12 @@ ...@@ -16,11 +16,12 @@
Replace `<version>` with the version number. Leave '~' characters as they are (don't change to underscore). Don't change the `%(version)s` part of the command. This is a tag template. Replace `<version>` with the version number. Leave '~' characters as they are (don't change to underscore). Don't change the `%(version)s` part of the command. This is a tag template.
11. Make any needed packaging changes 11. Make any needed packaging changes
12. Update the changelog with 12. Update the changelog with:
``` ```
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.
13. Tag the debian branch with 13. Tag the debian branch with
``` ```
... ...
......