Improve moving unchecked TODOs to next weekday and from last 7 days. New version checker. Remove newline after headings
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2025-11-23 18:34:02 +11:00
parent ab0a9400c9
commit 5bf6d4c4d6
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
13 changed files with 701 additions and 70 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -eo pipefail
rm -rf dist
@ -15,3 +15,5 @@ mv Bouquin.AppImage dist/
# Sign packages
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done
echo "Don't forget to update version string on remote server."