Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 552 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 552 Bytes

mochi

Proof of concept messaging application based on nimona.

Currently macos only.

Building and releasing

  • Required tools
  • Required env vars
    • SPARKLE_ED_PRIVATE_KEY
  • Bump version
    • make bump-patch
    • make bump-minor
    • make bump-major
  • Build
    • make build-ios
    • make build-macos
  • Release
    • make release-ios
    • make release-macos
  • Commit, tag, push
    • make github-release