fix(release): add semantic-release config
Some checks are pending
build-scratch-analysis / setup (push) Waiting to run

This commit is contained in:
Christopher Willis-Ford 2024-11-07 06:45:01 -08:00
parent 04ed13106e
commit 3a84ed3354

9
release.config.js Normal file
View file

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