Skip to content

Commit 545f796

Browse files
committed
readme
1 parent 6e04e47 commit 545f796

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

DEPLOY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## How to make a release and deploy
2+
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```

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,9 @@ The original lightbox script. Eight years later — still going strong!
44

55
Lightbox is small javascript library used to overlay images on top of the current page. It's a snap to setup and works on all modern browsers.
66

7-
- [Demos and usage instructions](http://lokeshdhakar.com/projects/lightbox2/)
8-
- [Releases and changelog](https://github.com/lokesh/lightbox2/releases)
9-
- [Roadmap](https://raw.githubusercontent.com/lokesh/lightbox2/master/ROADMAP.md)
10-
- [License](https://raw.githubusercontent.com/lokesh/lightbox2/master/LICENSE)
7+
- **Demos and usage instructions.** Visit the [Lightbox homepage](http://lokeshdhakar.com/projects/lightbox2/) to see examples, info on getting started, script options, how to get help, and more.
8+
- **Releases and Changelog**. Viewable on the [Github Releases page](https://github.com/lokesh/lightbox2/releases)
9+
- **Roadmap.** See the [Roadmap](https://raw.githubusercontent.com/lokesh/lightbox2/master/ROADMAP.md) which shows what is being planned for the next major release, v3.0.
10+
- **License.** Lightbox uses the MIT License. [See the License.](https://raw.githubusercontent.com/lokesh/lightbox2/master/LICENSE)
1111

1212
by [Lokesh Dhakar](http://www.lokeshdhakar.com)
13-
14-
15-
## How to make a release and deploy
16-
17-
- Update version number in `src/lightbox.js` and `package.json`
18-
- Update README.md Changelog with release date
19-
- grunt build
20-
- Push to Github repo
21-
- Create a new Github release along with tag. Naming convention for both ```v2.8.1```

0 commit comments

Comments
 (0)