6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
/**
|
|
* @type {import('semantic-release').GlobalConfig}
|
|
*/
|
|
export default {
|
|
branches: ["main"],
|
|
}
|