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 c7587ed commit 3de5546Copy full SHA for 3de5546
publish-timere.sh
@@ -12,7 +12,7 @@ if [ ! -d "$opam_repo" ]; then
12
fi
13
14
ver=$(cat CHANGELOG.md \
15
- | grep '## Timere' \
+ | grep '## Timere ' \
16
| head -n 1 \
17
| sed -n 's/^## Timere\s*\(\S*\)$/\1/p')
18
0 commit comments