20 lines
511 B
Markdown
20 lines
511 B
Markdown
# 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
|