Skip to content

Commit 7b09ba3

Browse files
committed
feat(semantic-release): Run semantic release with automation
1 parent 8668308 commit 7b09ba3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.releaserc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"repositoryUrl": "git@github.com:nutboltu/react-focus-scroll.git"
2+
"repositoryUrl": "git@github.com:nutboltu/react-focus-scroll.git",
3+
"dryRun": false
34
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ node_js:
1010
script:
1111
- npm run ci && npm run build
1212
after_success:
13-
- test $TRAVIS_BRANCH = "master" && npm run deploy-storybook
13+
- test $TRAVIS_BRANCH = "master" && npm run deploy-storybook && npm run semantic-release

0 commit comments

Comments
 (0)