scratch-webpack-configuration/release.config.js

10 lines
168 B
JavaScript
Raw Normal View History

2024-03-08 21:14:58 -05:00
module.exports = {
extends: 'scratch-semantic-release-config',
branches: [
{
name: 'main'
// default channel
}
]
};