From 5db9965962c2801e8f4076daa6cadf1e4e104699 Mon Sep 17 00:00:00 2001 From: Dave Date: Sat, 21 Mar 2026 12:04:11 +0000 Subject: [PATCH] storkit: done 358_story_remove_makefile_and_make_script_release_the_single_entry_point_for_releases --- ...ase_the_single_entry_point_for_releases.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .storkit/work/5_done/358_story_remove_makefile_and_make_script_release_the_single_entry_point_for_releases.md diff --git a/.storkit/work/5_done/358_story_remove_makefile_and_make_script_release_the_single_entry_point_for_releases.md b/.storkit/work/5_done/358_story_remove_makefile_and_make_script_release_the_single_entry_point_for_releases.md new file mode 100644 index 0000000..fc5caec --- /dev/null +++ b/.storkit/work/5_done/358_story_remove_makefile_and_make_script_release_the_single_entry_point_for_releases.md @@ -0,0 +1,20 @@ +--- +name: "Remove Makefile and make script/release the single entry point for releases" +--- + +# Story 358: Remove Makefile and make script/release the single entry point for releases + +## User Story + +As a ..., I want ..., so that ... + +## Acceptance Criteria + +- [ ] Makefile is deleted +- [ ] script/release requires a version argument and prints usage if missing +- [ ] script/release still builds macOS and Linux binaries, bumps versions, generates changelog, tags, and publishes to Gitea +- [ ] No dependency on make + +## Out of Scope + +- TBD