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.
1 parent 8668308 commit 7b09ba3Copy full SHA for 7b09ba3
.releaserc
@@ -1,3 +1,4 @@
1
{
2
- "repositoryUrl": "git@github.com:nutboltu/react-focus-scroll.git"
+ "repositoryUrl": "git@github.com:nutboltu/react-focus-scroll.git",
3
+ "dryRun": false
4
}
.travis.yml
@@ -10,4 +10,4 @@ node_js:
10
script:
11
- npm run ci && npm run build
12
after_success:
13
- - test $TRAVIS_BRANCH = "master" && npm run deploy-storybook
+ - test $TRAVIS_BRANCH = "master" && npm run deploy-storybook && npm run semantic-release
0 commit comments