It would be nice if codelog could automatically bump to the next major/minor/patch
Expected Behavior
-
Being on version 1.2.3
-
I can issue the comand codelog release major
- And
codelog automatically releases the version2.0.0
-
I can issue the comand codelog release minor
- And
codelog automatically releases the version1.3.0
-
I can issue the comand codelog release patch
- And
codelog automatically releases the version1.2.4
Current Behavior
- Currently I have to manually check the current version and explicitly pass the next version in the command
codelog release <VERSION>
Possible Solution
- Infer the current version based on the latest file in the
releases/ folder
It would be nice if
codelogcould automatically bump to the next major/minor/patchExpected Behavior
Being on version
1.2.3I can issue the comand
codelog release majorcodelogautomatically releases the version2.0.0I can issue the comand
codelog release minorcodelogautomatically releases the version1.3.0I can issue the comand
codelog release patchcodelogautomatically releases the version1.2.4Current Behavior
codelog release <VERSION>Possible Solution
releases/folder