Skip to content

Commit e1fb069

Browse files
authored
fix: remove hardcode 'v.1.0.0~' for pdf version (#436)
1 parent b0e849a commit e1fb069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_pdf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pandoc -N --toc --smart --latex-engine=xelatex \
2121
--listings \
2222
-V title="TiDB Documentation" \
2323
-V author="PingCAP Inc." \
24-
-V date="v1.0.0\$\sim\$${_version_tag}" \
24+
-V date="${_version_tag}" \
2525
-V CJKmainfont="${MAINFONT}" \
2626
-V fontsize=12pt \
2727
-V geometry:margin=1in \

0 commit comments

Comments
 (0)