AOC Controller Make a new release Make some changes and commit then git add . git commit -m "improve brightness slider" git push When ready to release a new version git tag v1.x.x git push origin v1.x.x -> GitHub builds both binaries automatically