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 765acfb commit ce7c56dCopy full SHA for ce7c56d
1 file changed
.github/workflows/ci.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
const version = semver.parse('$version');
61
version.major += 1;
62
- version.minor += 1;
+ version.minor += 2;
63
64
version.format();
65
")
0 commit comments