Skip to content

Commit

Permalink
Merge e790cb2 into 206e507
Browse files Browse the repository at this point in the history
  • Loading branch information
amclin committed Mar 18, 2019
2 parents 206e507 + e790cb2 commit 0a3ca32
Show file tree
Hide file tree
Showing 5 changed files with 4,699 additions and 40 deletions.
17 changes: 17 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"prepareCmd": "npm run build"
}],
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github",
["@semantic-release/npm", {
"npmPublish": true
}],
]
}
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,16 @@ addons:
- google-chrome
packages:
- google-chrome-stable
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
node_js: lts/*
# Advanced: optionally overwrite your default `script` step to skip the tests
# It may not needed if `npm run build` and `npm test` run in preversion step
# script: skip
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# videojs-scene7

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Build Status][travis-icon]][travis-link]
[![Coverage Status][coveralls-icon]][coveralls-link]

Expand Down

0 comments on commit 0a3ca32

Please sign in to comment.