diff --git a/DEPLOY.md b/DEPLOY.md index a3e5c02d..eff5874d 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -3,8 +3,7 @@ ### Build - **Checkout dev branch.** This will contain work queued up for the next release. - **Update version number.** Manually update version number in `src/lightbox.js` and `package.json`. Don't use `npm version`. -- **Merge to `master`.** Commit changes and push to new branch. Create PR from this branch to `master`. Merge. -- **Pull down master and run `grunt build`.** Make sure you have run `bower install` ahead of this as it will pull down jQuery which is utilized in the build step. +- **Build and merge to `master`.** Run `grunt build`. Make sure you have run `bower install` ahead of this as it will pull down jQuery which is utilized in the build step. Push to `master`. ### Release - **Create tagged release.** Go to [Github Releases page](https://github.com/lokesh/lightbox2/releases). Draft a new release. Naming convention is `v2.8.1`. Add notes that link to PRs.