Update ReleaseProcedure authored by Patrick Thomas's avatar Patrick Thomas
...@@ -13,7 +13,7 @@ git push --tags ...@@ -13,7 +13,7 @@ git push --tags
In the `debian/bookworm` branch: In the `debian/bookworm` branch:
``` ```
gbp import-ref main -u <version> --upstream-tag='%(version)s' --debian-branch=debian/bookworm gbp import-ref main -u <version> --upstream-tag='%(version)s' --debian-branch=debian/bookworm
gbp dch -Rc -N <version>-1+deb11 -D release --debian-branch debian/bookworm gbp dch -Rc -N <version>-1+deb12 -D release --debian-branch debian/bookworm
gbp tag --debian-branch=debian/bookworm gbp tag --debian-branch=debian/bookworm
git push git push
git push --tags git push --tags
...@@ -25,7 +25,7 @@ git push --tags ...@@ -25,7 +25,7 @@ git push --tags
In the `debian/bookworm` branch: In the `debian/bookworm` branch:
``` ```
gbp dch -Rc -N <version>-<n>+deb11 -D release --debian-branch debian/bookworm gbp dch -Rc -N <version>-<n>+deb12 -D release --debian-branch debian/bookworm
gbp tag --debian-branch=debian/bookworm gbp tag --debian-branch=debian/bookworm
git push git push
git push --tags git push --tags
... ...
......