Fix markdown syntax in README.packaging.md

This commit is contained in:
pitchum 2024-03-10 18:11:08 +00:00
parent fd27b1b2e3
commit 0fe25bc3a8
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ gbp buildpackage
## Build a release
```
export VERSION=4.1.0
git fetch --all
gbp import-ref --merge-mode=replace -u ${VERSION?}
@ -22,3 +23,4 @@ quilt push -a --refresh ; quilt pop -a ; rm .pc/ -rf
dch --release --distribution stable ""
git commit -m "Release ${VERSION?}-1" debian/changelog
gbp buildpackage
```