From f6027951471643ccb7a2800da3d57d9ff055c80e Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 28 Jan 2016 12:22:51 -0500 Subject: [PATCH] Update README.md --- scripts/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 4023c93f9e..0e4a61622f 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -50,9 +50,10 @@ ### Releasing Ionic Source 1. Pull latest code -2. Bump version in package.json -3. `gulp publish` -4. Sit back and have a beer :beer: (or wine :wine_glass:) +2. Run [snapshot](#running-snapshot) & update if necessary +3. Bump version in package.json +4. `gulp publish` +5. Sit back and have a beer :beer: (or wine :wine_glass:) ### Releasing Component Demos See [ionic-preview-app](https://github.com/driftyco/ionic-preview-app#updating-ionic-site)