We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
semantic-release
1 parent 4d4aaf9 commit 8db469dCopy full SHA for 8db469d
.travis.yml
@@ -3,3 +3,10 @@ node_js:
3
- 13
4
notifications:
5
email: false
6
+before_install:
7
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
8
+ - export PATH="$HOME/.yarn/bin:$PATH"
9
+after_success:
10
+ - "[[ $TRAVIS_PULL_REQUEST != 'false' ]] && npx semantic-release-github-pr"
11
+ - npx semantic-release --debug
12
+cache: yarn
package.json
@@ -32,6 +32,8 @@
32
"chai": "^3.2.0",
33
"mkdirp": "^0.5.1",
34
"mocha": "^2.3.2",
35
- "node-sass": ">=3.5.3"
+ "node-sass": ">=3.5.3",
36
+ "semantic-release": "^17.0.2",
37
+ "semantic-release-github-pr": "^6.0.0"
38
}
39
0 commit comments