瀏覽代碼

Update RELEASING.md

Nicolás Venturo 6 年之前
父節點
當前提交
14a59b2903
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      RELEASING.md

+ 2 - 0
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`.
 
 ```