diff --git a/Justfile b/Justfile index 49ca327e6..90521ce72 100644 --- a/Justfile +++ b/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: