Skip to content

Commit

Permalink
updates readme to include releasing a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Anderson committed Jun 11, 2019
1 parent e4a5fc7 commit c0e7457
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit c0e7457

Please sign in to comment.