We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05847ea commit eec5f67Copy full SHA for eec5f67
.releaserc
@@ -0,0 +1,3 @@
1
+{
2
+ "branches": ["master"]
3
+}
.travis.yml
@@ -22,8 +22,8 @@ jobs:
22
script: yarn run deploy
23
- stage: release
24
name: "Release"
25
- #if: branch = 'master' AND type != 'pull_request'
26
- script: yarn semantic-release --dry-run
+ if: branch = 'master' AND type != 'pull_request'
+ script: yarn semantic-release
27
stages:
28
- test-lint
29
- build
0 commit comments