Update home authored by Pierre-Louis Bonicoli's avatar Pierre-Louis Bonicoli
# How to release
1. Update `debian/changelog` ([example](https://salsa.debian.org/debian/bip/-/commit/5a2896082e7c34f95dfec84c71a5d658f790ac0b))
1. Commit your changes ([example](https://salsa.debian.org/debian/bip/-/commit/5a2896082e7c34f95dfec84c71a5d658f790ac0b))
1. __If there is a new upstream release__, use git build package in order to update `master`, `pristine-tar` and `upstream` branches:
```$ gbp import-orig ../releases/bip-0.9.2.tar.gz -u 0.9.2 --upstream-branch=upstream
gbp:info: Importing '../releases/bip-0.9.2.tar.gz' to branch 'upstream'...
gbp:info: Source package is bip
gbp:info: Upstream version is 0.9.2
gbp:info: Replacing upstream source on 'master'
gbp:info: Successfully imported version 0.9.2 of ../bip_0.9.2.orig.tar.gz
```
1. Run Lintian in order to test your changes, for example using `sbuild`.
1. If the previous test is successful, push the `master` branch.
1. __If there is a new upstream release__, push `pristine-tar` and `upstream` branches too.
1. Gently ping @Duck :smiley:
\ No newline at end of file