mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;tools: just pushfaq
This commit is contained in:
parent
e0f017f544
commit
373b1cdd14
4
Justfile
4
Justfile
@ -903,6 +903,10 @@ unreleased *CHANGELOG:
|
||||
awk '/^#+ /{p=1};/^#+ +[0-9]+\.[0-9].*([0-9]{4}-[0-9]{2}-[0-9]{2})/{exit};p' $CHANGELOG
|
||||
fi
|
||||
|
||||
# Commit and push FAQ edits.
|
||||
pushfaq:
|
||||
(cd ~/src/hledger/site; git commit -m 'faq' src/faq.md; git push)
|
||||
|
||||
# ** News ------------------------------------------------------------
|
||||
NEWS:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user