From c51e5ffb0308dff7f4f9e2521c1aa3ee83e1e86b Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 1 Feb 2022 13:31:56 +0100 Subject: [PATCH] Add release instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 18adc44..a25b3bf 100644 --- a/README.md +++ b/README.md @@ -243,3 +243,13 @@ To not mess up your real installation when changing the `Makefile` simply instal ```console $ PREFIX=/tmp/restic-test make install ``` + +# Releasing +To make a new release: +1. + ```console + $ vi CHANGELOG.md && git commit -am "Update CHANGELOG.md" + $ git tag vX.Y.Z + $ git push && git push --tags + ``` +1. Test and update the AUR [PKGBUILD](https://aur.archlinux.org/packages/restic-systemd-automatic-backup/) if needed.