commit:     92d8bec435b30be3b767ff792994000fa283e55d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 12:38:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 12:38:41 2020 +0000
URL:        
https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=92d8bec4

README: fix tag prefix

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 205fa5f..67d8d9f 100644
--- a/README
+++ b/README
@@ -5,5 +5,5 @@ 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}
+  $ release=5.3.2; git tag -a -s -m "release ${release}" v${release}; make 
dist PV=${release}
   $ git push --tags origin

Reply via email to