You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPLOY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
### Build
4
4
-**Checkout dev branch.** This will contain work queued up for the next release.
5
5
-**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.
7
6
-**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.
8
8
9
9
### Release
10
10
-**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