소스 검색

add release docs

liamcottle 1 년 전
부모
커밋
bb8082d966
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      RELEASE.md

+ 15 - 0
RELEASE.md

@@ -0,0 +1,15 @@
+# Releasing Firmware
+
+GitHub Actions is set up to automatically build and release firmware.
+
+It will automatically build firmware when one of the following tag formats are pushed.
+
+- `companion-v1.0.0`
+- `repeater-v1.0.0`
+- `room-server-v1.0.0`
+
+> NOTE: replace `v1.0.0` with the version you want to release as.
+
+- You can push one, or more tags on the same commit, and they will all build separately.
+- Once the firmware has been built, a new (draft) GitHub Release will be created.
+- You will need to update the release notes, and publish it.