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 fc450d0 commit 9d975a6Copy full SHA for 9d975a6
.build/pre-release.sh
@@ -2,7 +2,7 @@
2
3
npm ci
4
patchVersion=$(npm --no-git-tag version patch)
5
-nextVersion=${patchVersion}-next."$(date +%Y%m%d%k%M%S)"
+nextVersion=${patchVersion}-next."$(date +%Y%m%d%H%M%S)"
6
echo "${nextVersion:1}"
7
8
npm version --no-git-tag -f "${nextVersion:1}"
0 commit comments