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.
2 parents fa572e2 + 164d1a8 commit 13c7f03Copy full SHA for 13c7f03
.github/scripts/find-version.js
@@ -10,6 +10,7 @@ const findNextVersion = (tags, branch) => {
10
if (version.preRelease == null || version.patch !== 0) {
11
version.minor += 1;
12
version.patch = 0;
13
+ version.preRelease = null;
14
}
15
} else {
16
// It's a patch.
0 commit comments