diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-21 13:37:19 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-21 13:37:19 +0100 |
commit | c2975f1e87660cc6e6ec4a013d8c08a566f7db8f (patch) | |
tree | b29c587eddeaf7a281dec1233001d0120a4e07d0 | |
parent | src/binutils-config: add --get-bin-path / --get-lib-path (diff) | |
download | binutils-config-c2975f1e87660cc6e6ec4a013d8c08a566f7db8f.tar.gz binutils-config-c2975f1e87660cc6e6ec4a013d8c08a566f7db8f.tar.bz2 binutils-config-c2975f1e87660cc6e6ec4a013d8c08a566f7db8f.zip |
README: add 'Releasing' section
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |