- Add a new version and release notes to the
debian/changelog
file. - Rev the
share/github-backup-utils/version
file. - Tag the release:
git tag v2.0.2
- Build that tarball package:
make dist
- Install the debian devscripts package if necessary:
sudo apt-get install devscripts
- Build the deb package:
debuild -uc -us
- Draft a new release at https://github.com/github/backup-utils/releases, including the release notes and attaching the tarball and deb packages.
- Push the head of the release to the 'stable' branch.