Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

just: fix version

+1 -1
+1 -1
justfile
··· 27 27 28 28 # Set version in pyproject.toml 29 29 version ver: 30 - sed -i '' 's/^version = ".*"/version = "{{ ver }}"/' pyproject.toml 30 + python -c "import re, pathlib; p=pathlib.Path('pyproject.toml'); p.write_text(re.sub(r'^version = \".*\"', 'version = \"{{ ver }}\"', p.read_text(), count=1, flags=re.M))" 31 31 uv lock 32 32 33 33 # Tag and push a release