Skip to content

Commit 5b8443a

Browse files
authored
deploy.md edits
1 parent a01e1f3 commit 5b8443a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPLOY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
### Build
44
- **Checkout dev branch.** This will contain work queued up for the next release.
55
- **Update version number.** Manually update version number in `src/lightbox.js` and `package.json`. Don't use `npm version`.
6-
- **`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.
76
- **Merge to `master`.** Commit changes and push to new branch. Create PR from this branch to `master`. Merge.
7+
- **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.
88

99
### Release
1010
- **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.

0 commit comments

Comments
 (0)