We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ea1f2 commit f68259cCopy full SHA for f68259c
2 files changed
packages/utils/src/bump-versions.ts
@@ -46,11 +46,6 @@ if (!version) {
46
process.exit(1);
47
}
48
49
-if (!version.includes('alpha')) {
50
- console.error('Please set the VERSION environment variable to an alpha version.');
51
- process.exit(1);
52
-}
53
-
54
if (!startPath) {
55
console.error('Please set the START_PATH environment variable.');
56
packages/utils/src/release.ts
@@ -28,11 +28,6 @@ if (!version) {
28
29
30
31
32
33
34
35
36
37
38
0 commit comments