diff options
author | xengineering <me@xengineering.eu> | 2025-05-24 14:54:24 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-05-24 14:54:24 +0200 |
commit | bfceece5328aa63198e393a3a7979936748d9e48 (patch) | |
tree | 142d616341eb7dd432bb89f6028e61fa6a2bbbd6 /RELEASE.md | |
parent | a82bdbbec681cec0c6f5304318b6010f1752dbf6 (diff) | |
parent | 771f8b220bc5fca716c7609a7ce995dcf4839992 (diff) | |
download | iot-contact-bfceece5328aa63198e393a3a7979936748d9e48.tar iot-contact-bfceece5328aa63198e393a3a7979936748d9e48.tar.zst iot-contact-bfceece5328aa63198e393a3a7979936748d9e48.zip |
- deploy `iot-contact.kicad_pcb` file for easy ordering
- add PCB versioning and process to update it
Diffstat (limited to 'RELEASE.md')
-rw-r--r-- | RELEASE.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..80f0879 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,10 @@ +This is a mandatory release checklist. + +- select a version string with pattern `v<major>.<minor>.<patch>` optionally + with a `-pre<count>` suffix (e.g. `v1.2.45-pre67`) +- reserve resistor combination in `pcb/versions.tsv` by adding version string +- set values of `R1` and `R2` in root schematic according to `pcb/versions.tsv` +- write version string to PCB silk screen +- commit all changes +- execute all automated and manual tests +- create release tag |