From bc633301fea12a9cf9a8e1ac6c05137866d5412f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Wed, 22 Mar 2017 13:11:12 +0100 Subject: [PATCH] Update HOWTO_RELEASE --- HOWTO_RELEASE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index b4a1c53d..be552a95 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -1,8 +1,8 @@ 1. Test (make clean all check), fix if broken before proceeding 2. Ensure proper version in package.json 3. Ensure NEWS section exists for the new version, review it, add release date -4. Recreate npm-shrinkwrap.json with: `make shrinkwrap` -5. Commit package.json, npm-shrinwrap.json, NEWS +4. Recreate yarn.lock with: `yarn upgrade` +5. Commit package.json, yarn.lock, NEWS 6. git tag -a Major.Minor.Patch # use NEWS section as content 7. Stub NEWS/package for next version