From 6bbd3c8de2f6c28f3e2fa1c39b208b315fce8662 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 8 Dec 2024 14:07:13 -1000 Subject: [PATCH] ;tools:relnotes: make it a more robust stack script --- tools/relnotes.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/relnotes.hs b/tools/relnotes.hs index fa55b9da1..82e2e3c86 100755 --- a/tools/relnotes.hs +++ b/tools/relnotes.hs @@ -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.