Go to file
Archie Hilton 8e8757d8d8 Add rather optimistic README.md 2024-09-29 22:20:57 +01:00
mkr build: Add build system 2024-09-29 22:14:10 +01:00
.gitignore build: Add build system 2024-09-29 22:14:10 +01:00
README.md Add rather optimistic README.md 2024-09-29 22:20:57 +01:00
pyproject.toml build: Add build system 2024-09-29 22:14:10 +01:00
release-config.json Add example checklist data 2024-05-10 12:58:10 +01:00

README.md

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