Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 563 Bytes

README.dev.md

File metadata and controls

20 lines (16 loc) · 563 Bytes

What is this?

Notes for mosh developers.

GitHub Actions

In mosh/build.yml at release_ci · higepon/mosh we have

  • Build on Ubuntu & macOS.
  • clang-tidy
  • dist package.

How to release tar.gz

  • Make sure you're on mater branch.
  • Make sure Actions are green.
  • Update RELNOTE.md
  • Create a tag, push it. It will trigger GitHub Action to create release
% git tag mosh-0.2.8 -a -m "mosh-0.2.8"
% git push  origin test-0.0.2