Gazebo_simulation-Frontend/node_modules/watch/release.sh
2020-12-21 10:29:31 -05:00

4 lines
110 B
Bash
Executable File

#!/bin/sh
npm version minor && npm publish && npm version patch && git push --tags && git push origin master