;doc: RELEASING tweaks

This commit is contained in:
Simon Michael 2021-12-01 22:11:42 -10:00
parent 8c25581dd5
commit f8398d6c59

View File

@ -233,16 +233,20 @@ In release branch:
In site: In site:
- js/site.js: add NEW, update currentrelease
- Makefile: add NEW, two places
- make snapshot-NEW - make snapshot-NEW
- (cd src; rm current; ln -s NEW current) - (cd src; rm current; ln -s NEW current)
- js/site.js: add NEW, update currentrelease
In hledger.org caddy config: In hledger.org caddy config:
- add `path` and `redir`s for NEW - add `path` and `redir`s for NEW
- `systemctl reload caddy` - `systemctl reload caddy`
On hledger.org:
- make clean all
## Tips ## Tips
- During pre/post release phases, update RELEASING.md in a copy, - During pre/post release phases, update RELEASING.md in a copy,