From 14a59b29035ab8c9fdfb969550fe35f65e88d529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Fri, 4 Jan 2019 17:42:34 -0300 Subject: [PATCH] Update RELEASING.md --- RELEASING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 0913293c8..59c7ee971 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -51,6 +51,8 @@ git checkout release-vX.Y.Z git pull upstream ``` +Before starting the release process, make one final commit to CHANGELOG.md, including the date of the release. + Change the version string in `package.json`, `package-lock.json` and `ethpm.json` removing the "-rc.R" suffix. Commit these changes and tag the commit as `vX.Y.Z`. ```