Update PackageReleaseProcedure authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
gbp import-ref master -u <version> --upstream-tag='%(version)s' --debian-branch=debian/buster gbp import-ref master -u <version> --upstream-tag='%(version)s' --debian-branch=debian/buster
``` ```
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
``` ```
... ...
......