chore(go): replace releaseprep with vociferate flows

This commit is contained in:
Micheal Wilkinson
2026-03-21 11:09:36 +00:00
parent e68575f15a
commit 0112d9a0a6
6 changed files with 47 additions and 161 deletions

View File

@@ -1,18 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
if [[ $# -ne 1 ]]; then
echo "usage: $0 <version>" >&2
exit 2
fi
repo_root="$(cd "$(dirname "$0")/.." && pwd)"
release_date="$(date -u +%F)"
go run git.hrafn.xyz/aether/vociferate/cmd/releaseprep@latest \
--root "$repo_root" \
--version "$1" \
--date "$release_date" \
--version-file internal/homesick/version/version.go \
--version-pattern 'const String = "([^"]+)"' \
--changelog changelog.md