Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Adding release script to create chrome store zip file
Browse files Browse the repository at this point in the history
Closes #83
  • Loading branch information
MikeRogers0 committed Nov 1, 2017
1 parent 67b4aef commit deae23f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -45,6 +45,14 @@ Install npm, then run:

Or drag and drop the files from `/test/index.html` into your browser.

### Releasing

Run

npm run release

Then upload the generated zip file to the chrome store.

## Roadmap

The upcoming milestones can be found [on the GitHub milestones](https://github.com/MikeRogers0/LivePage/milestones) page.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,8 @@
"name": "LivePage",
"private": true,
"scripts": {
"test": "grunt test"
"test": "grunt test",
"release": "bash release.sh"
},
"dependencies": {
"timekeeper": "^2.0.0"
Expand Down
2 changes: 2 additions & 0 deletions release.sh
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
zip LivePage-`git describe --abbrev=0 --tags`.zip _locales/*/* css/* imgs/* js/* js/*/* CHANGELOG.md LICENSE.md manifest.json options.html README.md

0 comments on commit deae23f

Please sign in to comment.