Этот коммит содержится в:
Mattia Roccoberton
2023-08-20 21:18:13 +02:00
родитель 7e2f8733dc
Коммит 02310804aa
2 изменённых файлов: 15 добавлений и 0 удалений

13
.overcommit.yml Обычный файл
Просмотреть файл

@@ -0,0 +1,13 @@
CommitMsg:
CapitalizedSubject:
enabled: false
MessageFormat:
enabled: true
pattern: "^(fixup! ){0,1}(fix|feat|build|chore|ci|docs|style|refactor|perf|test)[!]{0,1}: .+$"
expected_pattern_message: "<Commit type>: <Commit Message>"
sample_message: "chore: add Overcommit config"
TextWidth:
enabled: true
max_subject_width: 72

Просмотреть файл

@@ -1,5 +1,7 @@
# Development
Overcommit can be used to ensure that Conventional commits are good.
## Releases
```sh