Skip to content

Instantly share code, notes, and snippets.

@zhangxu
Last active June 20, 2016 00:46
Show Gist options
  • Save zhangxu/70cd3752014cef9192fa66012962f236 to your computer and use it in GitHub Desktop.
Save zhangxu/70cd3752014cef9192fa66012962f236 to your computer and use it in GitHub Desktop.
bump-version
#!/bin/sh
cd ~/workspace/opus-dev/product
#new sprint
find . -name bump-version -type l -exec {} --minor \;
#release
#hotfix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment