Skip to content

Commit 13c7f03

Browse files
authored
Merge pull request #353 from swisstopo/fix/prerelease-versioning
Fix release versioning
2 parents fa572e2 + 164d1a8 commit 13c7f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/find-version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const findNextVersion = (tags, branch) => {
1010
if (version.preRelease == null || version.patch !== 0) {
1111
version.minor += 1;
1212
version.patch = 0;
13+
version.preRelease = null;
1314
}
1415
} else {
1516
// It's a patch.

0 commit comments

Comments
 (0)