mkr/README.md

20 lines
511 B
Markdown
Raw Permalink Normal View History

2024-09-29 21:20:57 +00:00
# mkr - Make Release
2024-02-27 13:13:46 +00:00
This program aims to automate some of the annoying bits of making a firmware release.
2024-09-29 21:20:57 +00:00
# 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