File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -70,23 +70,19 @@ makeapp change "+ New 'change' command implemented"
7070
7171This will also stage and commit all changed files.
7272
73- Supported message prefixes:
73+ Supported message prefixes and corresponding version number parts incremented
74+ on ` release ` command:
7475
75- * `` + `` - New feature / addition.
76+ | symbol | meaning | version part increment |
77+ | --------| ----------------------------------| ------------------------|
78+ | ` + ` | New feature / addition | minor |
79+ | ` ! ` | Important change/improvement/fix | patch |
80+ | ` - ` | Feature deprecation / removal | patch |
81+ | ` * ` | Minor change/improvement/fix | patch |
7682
77- Increments * minor* part of version number on `` release `` command.
7883
79- * `` ! `` - Important change/improvement/fix.
80-
81- Increment: * patch* part.
82-
83- * `` - `` - Feature deprecation / removal
84-
85- Increment: * patch* .
86-
87- * `` * `` - Minor change/improvement/fix. `` * `` prefix is added by default if none of the above mentioned prefixes found.
88-
89- Increment: * patch* .
84+ !!! note
85+ ` * ` prefix is added by default if none of the above-mentioned prefixes found.
9086
9187
9288## Bash completion
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ on `release` command:
8181
8282
8383!!! note
84- ` * ` prefix is added by default if none of the above mentioned prefixes found.
84+ ` * ` prefix is added by default if none of the above- mentioned prefixes found.
8585
8686
8787## Bash completion
You can’t perform that action at this time.
0 commit comments