From 21ed6f940cbac5b2c8d766c83c4f6b1a8e8bfb9e Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 6 Feb 2018 15:17:25 -0500 Subject: [PATCH] README.hacking: Tag must come first --- README.hacking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.hacking b/README.hacking index a225533..95a14ca 100644 --- a/README.hacking +++ b/README.hacking @@ -5,11 +5,11 @@ Publishing New Versions ======================= To build and publish a new version on NPM: +- Tag version with 'v' prefix - Regenerate `configure' with version information: $ ./autogen.sh - Test: $ ./configure && make -- Tag version with 'v' prefix - Create tarball: $ make dist - Publish: