We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e2279 commit e5189f3Copy full SHA for e5189f3
release.config.mjs
@@ -2,7 +2,7 @@
2
* @type {import('semantic-release').GlobalConfig}
3
*/
4
export default {
5
- branches: 'main',
+ branches: ['main'],
6
analyzeCommits: {
7
preset: 'angular',
8
},
0 commit comments