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
| version = "0.2" | |
| # The available types of commits and their description. | |
| # | |
| # Types are shown in the dialog in the order they appear in this configuration. | |
| [types] | |
| feat = "add something new to the document" | |
| fix = "patch something incorrect in the document (including typos)" | |
| refactor = "restructure the document without changing its meaning" | |
| docs = "update the documentation only (including README and alike)" |
OlderNewer