We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab80d21 commit ece467aCopy full SHA for ece467a
release.config.js
@@ -1,6 +1,8 @@
1
'use strict';
2
3
module.exports = {
4
- branches: ['main', {name: 'alpha', prerelease: true}]
+ branches: [
5
+ 'main',
6
+ { name: 'alpha', prerelease: true }
7
+ ]
8
};
-
0 commit comments