scratch-analysis/release.config.js
Christopher Willis-Ford 3a84ed3354
Some checks are pending
build-scratch-analysis / setup (push) Waiting to run
fix(release): add semantic-release config
2024-11-07 06:45:01 -08:00

9 lines
170 B
JavaScript

module.exports = {
extends: 'scratch-semantic-release-config',
branches: [
{
name: 'master'
// default channel
}
]
};