Skip to content

Commit d576083

Browse files
authored
Update DEPLOY.md
1 parent 351a2cc commit d576083

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DEPLOY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## How to make a release and deploy
22

3-
- Update version number in `src/lightbox.js` and `package.json`
4-
- Update README.md Changelog with release date
5-
- grunt build
6-
- Push to Github repo
7-
- Create a new Github release along with tag. Naming convention for both ```v2.8.1```
3+
- **Checkout dev branch.** This will contain work queued up for the next release.
4+
- **Update version number.** Manually update version number in `src/lightbox.js` and `package.json`. Don't use `npm version`.
5+
- **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+
- **Merge to `master`.** Commit changes and push to new branch. Create PR from this branch to `master`. Merge.
7+
- **Create tagged release.** Go to [Github Releases page](https://github.com/lokesh/lightbox2/releases). Draft a new release. Naming convention is `v2.8.1`.
88
- Run `npm publish`

0 commit comments

Comments
 (0)