doc/landing: version stamp workflow (v42+)
This commit is contained in:
parent
d5eba02945
commit
1bbdc2d1ae
1 changed files with 13 additions and 0 deletions
|
|
@ -146,3 +146,16 @@ podman exec taler-hacktivism-bank crontab -l # inspect
|
||||||
|
|
||||||
curl -sS https://bank.hacktivism.ch/intro/stats.json | python3 -m json.tool | head
|
curl -sS https://bank.hacktivism.ch/intro/stats.json | python3 -m json.tool | head
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Landing content version
|
||||||
|
|
||||||
|
Footers show **Landing vN** + last content change + linkified git commit.
|
||||||
|
|
||||||
|
- State: `configs/shared/landing-version.json` (start **v42**)
|
||||||
|
- After editing any `configs/*-landing/` content:
|
||||||
|
```bash
|
||||||
|
./scripts/taler-landing/stamp-landing-version.sh --bump
|
||||||
|
git add configs/ && git commit -m "landing: …"
|
||||||
|
./scripts/taler-landing/stamp-landing-version.sh
|
||||||
|
git add configs/ && git commit --amend --no-edit # optional pin
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue