10 lines
166 B
Markdown
10 lines
166 B
Markdown
|
|
# Development
|
||
|
|
|
||
|
|
## How to release
|
||
|
|
|
||
|
|
```bash
|
||
|
|
git clone git@github.com:enactic/openarm_ros2.git
|
||
|
|
cd openarm_ros2
|
||
|
|
dev/release.sh ${VERSION} # e.g. dev/release.sh 1.0.0
|
||
|
|
```
|