openarm_can/dev/README.md

10 lines
164 B
Markdown
Raw Normal View History

2025-07-22 11:49:06 +00:00
# Development
## How to release
```bash
git clone git@github.com:enactic/openarm_can.git
cd openarm_can
dev/release.sh ${VERSION} # e.g. dev/release.sh 1.0.0
```