commit: c2975f1e87660cc6e6ec4a013d8c08a566f7db8f Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jun 21 12:37:19 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jun 21 12:37:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=c2975f1e
README: add 'Releasing' section Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> 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
