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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
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
-
-**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.
6
+
-**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`.
8
7
9
8
### Release
10
9
-**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