From c2975f1e87660cc6e6ec4a013d8c08a566f7db8f Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 21 Jun 2020 13:37:19 +0100 Subject: README: add 'Releasing' section Signed-off-by: Sergei Trofimovich --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 4d20a02..205fa5f 100644 --- a/README +++ b/README @@ -1,3 +1,9 @@ sys-devel/binutils-config : Utility to change the binutils version being used Repository lives at https://gitweb.gentoo.org/proj/binutils-config.git/ + +Releasing +--------- + + $ release=v5.3.2; git tag -a -s -m "release ${release}" v${release}; make dist PV=${release} + $ git push --tags origin -- cgit v1.2.3-65-gdbad