chore: add build number and release scripts
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-12 20:52:35 -05:00
parent e7b74c827a
commit 7b1b5d0f6c
3 changed files with 23 additions and 0 deletions
+4
View File
@@ -1,5 +1,7 @@
---
import '../ui/crt.css'
const buildNumber = process.env.CI_PIPELINE_NUMBER ?? 'local'
---
<html lang="en">
@@ -80,6 +82,8 @@ import '../ui/crt.css'
<span aria-hidden="true">|</span>
<a href="https://half.st/ejlewis/halfstreet/src/branch/main/LICENSE">GNU 3.0</a>
<span aria-hidden="true">|</span>
<span>Build #{buildNumber}</span>
<span aria-hidden="true">|</span>
<a href="https://half.st/ejlewis/halfstreet">Source Code</a>
</footer>
</div>