Last active
August 29, 2017 14:28
-
-
Save b-ggs/8778ef5894ea58769b0f3e59c5707c51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dpapa release start -v 0.0.1 | |
| dpapa release add -v 0.0.1 -b feature/1-add-butterfree-gem feature/2-add-beedrill-gem | |
| dpapa release finish -v 0.0.1 | |
| dpapa release patch -v 0.0.1 -b patch/0.0.1/3-add-pidgey-gem | |
| dpapa hotfix start -v 0.0.2 | |
| dpapa hotfix add -v 0.0.2 -b bugfix/4-fix-charmeleon-spelling bugfix/5-fix-gem-source | |
| dpapa hotfix finish -v 0.0.2 | |
| dpapa hotfix merge -v 0.0.2 -b release/0.0.1 | |
| dpapa release merge -v 0.0.1 |
Author
b-ggs
commented
Aug 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment