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 aa20aa7 commit 09788c5Copy full SHA for 09788c5
tools/release/version-name/parse-version.ts
@@ -1,5 +1,5 @@
1
/** Regular expression that matches version names and the individual version segments. */
2
-const versionNameRegex = /^(\d+)\.(\d+)\.(\d+)(?:-(alpha|beta|rc)\.(\d+))?$/;
+const versionNameRegex = /^(\d+)\.(\d+)\.(\d+)(?:-(alpha|beta|next|rc)\.(\d+))?$/;
3
4
export class Version {
5
constructor(
0 commit comments