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