gitflow-release
gitflow-release copied to clipboard
Approach for implementing git-flow releasing model
Results
1
gitflow-release issues
Sort by
recently updated
recently updated
newest added
when VERSION is '0.9.0', i run bump-version-drynext.sh. the next version is become 1.0.0, not 0.10.0; also. when VERSION is '0.0.9', run bump-minorversion-drynext.sh . the next version is become 0.1.0, not...