From 8e8757d8d8e09680995284e512ee966e7e89aba7 Mon Sep 17 00:00:00 2001 From: Archie Hilton Date: Sun, 29 Sep 2024 22:20:57 +0100 Subject: [PATCH] Add rather optimistic README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ff6f4..5b2fff2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ -# Auto-Firmware-Release +# mkr - Make Release This program aims to automate some of the annoying bits of making a firmware release. + +# Features + +* Generate an md5 sum file manifest +* Checklist prompts +* Move files + +# Roadmap + +* Base everything off of the current tag/commit +* Check last modified time and warn +* More configurable options +* Support for monorepos via "profiles" +* Auto-create gitea release page +* Deploy release packages to backup locations +* Release actions, allowing for things like automagic clean-builds and testing