Version is now a string coming from ldlags and git tags

This commit is contained in:
Laszlo Fogas
2019-11-12 21:08:17 +01:00
parent e509012e11
commit 8dee34878d
12 changed files with 42 additions and 49 deletions

View File

@@ -168,16 +168,13 @@ const LOGO = (
<div className={style.brand}>
<DroneIcon />
<p>
Woodpecker<br />
Woodpecker<span style="margin-left: 4px;">v0.10.0</span><br />
<span>
yes,&nbsp;
<a
href="https://github.com/laszlocph/drone-oss-08/"
<a
href="https://github.com/laszlocph/woodpecker/blob/master/docs/usage/pipeline.md"
target="_blank"
rel="noopener noreferrer"
>
it&#39;s a fork
</a>
>Docs</a>
</span>
</p>
</div>