mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-14 11:10:22 -06:00
8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
module.exports = {
|
|
...require('./.releaserc.base'),
|
|
branches: [
|
|
'master',
|
|
{ name: 'chore/webpack-5', channel: 'channel-next' },
|
|
],
|
|
}
|