;tools:relnotes: make it a more robust stack script

This commit is contained in:
Simon Michael 2024-12-08 14:07:13 -10:00
parent cf40eade6e
commit 6bbd3c8de2

View File

@ -1,4 +1,9 @@
#!/usr/bin/env runhaskell
#!/usr/bin/env stack
{- stack script --resolver nightly-2024-09-26 --compile
--package process
--package split
-}
-- --verbosity=info
{-
Make/update hledger release notes from the latest release's changelogs.
Run this in the root of the hledger repo, in a release branch.