Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits:
-
442a692b
by Bastien Roucariès at 2024-08-29T22:28:12+00:00
1 changed file:
Changes:
... | ... | @@ -276,3 +276,20 @@ jenkins.debian.net to test this. |
276 | 276 | * perldoc [doc/tutorial/Lintian/Tutorial.pod](doc/tutorial/Lintian/Tutorial.pod)
|
277 | 277 | * perldoc [doc/README.developers](doc/README.developers)
|
278 | 278 | * [doc/releases.md](doc/releases.md)
|
279 | + |
|
280 | +## Making a release
|
|
281 | + |
|
282 | +First ensure that test suite pass both locally and on salsa.
|
|
283 | + |
|
284 | +Then make a release commit by running the following command
|
|
285 | +(make sure the `DEBEMAIL` and `DEBFULLNAME` variables are set)
|
|
286 | + |
|
287 | + $ gbp dch -R --postedit="private/generate-tag-summary" --in-place"
|
|
288 | + |
|
289 | +Check if commit message and changelog are in good shape (edit if needed
|
|
290 | +and amend commit). Then build as usual.
|
|
291 | + |
|
292 | +When lintian hit unstable or experimental, add tag using `gbp tag`
|
|
293 | +and open a new version by:
|
|
294 | + |
|
295 | + $ private/generate-tag-summary --in-place |