From 9d5d6527acc2d4c99a9092596c68fb5239a4e79e Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 9 Apr 2018 17:10:58 +0200 Subject: [PATCH] Update release-process.md --- release-process.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-process.md b/release-process.md index 39a36b7169..a6eddb691b 100644 --- a/release-process.md +++ b/release-process.md @@ -9,6 +9,7 @@ This document includes: - In a new branch, bump the version in package.json, push it and create PR. - Wait for tests completion. - merge PR + - build the branch ( `npm run build` for remix-ide ). - execute `npm publish`. - create new `tag` ( e.g `git tag v0.6.1-alpha.2` ). - push the tag ( `git push --tag` ).