소스 검색

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`.
 
 ```