We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd86a9b commit 4dbbdadCopy full SHA for 4dbbdad
scripts/update_tags_and_docs.sh
@@ -16,7 +16,7 @@ echo "Extracted version: ${BOOKSTACK_VERSION}"
16
# Remove the 'v' for our tags
17
BOOKSTACK_VERSION="${BOOKSTACK_VERSION/#v/}"
18
# Remove leading zeros to make the version fit a SemVer-shaped hole
19
-BOOKSTACK_VERSION="${BOOKSTACK_VERSION//.0?/.}"
+BOOKSTACK_VERSION="${BOOKSTACK_VERSION/.0/.}"
20
21
# If the version only has one decimal dot in it, it doesn't have a patch
22
# version and one should be added to ensure semver-shape.
0 commit comments