Add rather optimistic README.md
This commit is contained in:
parent
1278009ff7
commit
8e8757d8d8
18
README.md
18
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.
|
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
|
||||||
|
|
Loading…
Reference in New Issue