Skip to content

Commit

Permalink
Merge pull request #25 from voxmedia/updates-readme-and-build
Browse files Browse the repository at this point in the history
[Dev only] Updates Readme and Build Step
  • Loading branch information
Brian Anderson authored Jun 11, 2019
2 parents ecdbd02 + c0e7457 commit 908a146
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ player.src([{ type: bestVastVideo.mimeType(), src: bestVastVideo.url() }]);

1. Update version number in `package.json` using semantic versioning conventions.
2. Update CHANGELOG.md to describe the changes.
3. Run `yarn build`
4. Commit changes, including built distribution files in your branch
5. Write a descriptive PR explaining _what_ changed and _why_

## Releasing a new Version

1. Merge the PR,
2. Create a new release from master with the same version number as identified in the package.json

### Important details:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest",
"cypress": "cypress run",
"cypress-open": "cypress open",
"build": "webpack",
"build": "webpack && pretty-quick dist/",
"dev": "webpack-dev-server"
},
"devDependencies": {
Expand Down

0 comments on commit 908a146

Please sign in to comment.