aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
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