aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-04-08 13:44:28 -0700
committerJohn MacFarlane <[email protected]>2025-04-08 13:44:28 -0700
commit97a5285a4f9c7e659b4f30f566b3e8366abd531e (patch)
tree1624c7c657706a0dd33b22d04619e76605f384a6 /Makefile
parent65c25d6c64359bc03ecddbb43acd771d840fc7d6 (diff)
RELEASE-CHECKLIST-TEMPLATE.org: minor changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb322af29..c097dba0c 100644
--- a/Makefile
+++ b/Makefile
@@ -326,7 +326,7 @@ release-checklist: release-checklist-$(VERSION).org
.PHONY: release-checklist
release-checklist-$(VERSION).org: RELEASE-CHECKLIST-TEMPLATE.org
- sed -e 's/VERSION/$(VERSION)/g' $< > $@
+ sed -e 's/RELEASE_VERSION/$(VERSION)/g' $< > $@
hie.yaml: ## regenerate hie.yaml
gen-hie > $@