Skip to content

Commit 4abdde9

Browse files
committed
Build: running release build on react-16 and react-17 branches
1 parent f0531bc commit 4abdde9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ node_js:
66
stages:
77
- test
88
- name: release
9-
if: branch = master && type != pull_request
9+
if: branch IN (master, react-16, react-17) && type != pull_request
1010

1111
jobs:
1212
include:

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
branches: [
44
{ name: 'master' },
55
{ name: 'react-17', channel: 'react-17', prerelease: 'react-17' },
6+
{ name: 'react-16', channel: 'react-16' },
67
],
78
plugins: [
89
'@semantic-release/commit-analyzer',

0 commit comments

Comments
 (0)