Skip to content

Commit eec5f67

Browse files
authored
Enabled automated semantic releases (patw0929#324)
* feat: enable automated semantic releases * feat: release removing webpack BREAKING CHANGE: Remove webpack builds, babelize instead
1 parent 05847ea commit eec5f67

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.releaserc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"branches": ["master"]
3+
}

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
script: yarn run deploy
2323
- stage: release
2424
name: "Release"
25-
#if: branch = 'master' AND type != 'pull_request'
26-
script: yarn semantic-release --dry-run
25+
if: branch = 'master' AND type != 'pull_request'
26+
script: yarn semantic-release
2727
stages:
2828
- test-lint
2929
- build

0 commit comments

Comments
 (0)