File tree Expand file tree Collapse file tree 8 files changed +37
-1
lines changed
Expand file tree Collapse file tree 8 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -103,4 +103,5 @@ jobs:
103103 uses : codecov/codecov-action@v4
104104 with :
105105 token : ${{ secrets.CODECOV_TOKEN }}
106- file : ./coverage/lcov.info
106+ file : ./coverage/lcov.info
107+ flags : conventional-git,conventional-bump,conventional-changelog
Original file line number Diff line number Diff line change 1+ coverage :
2+ status :
3+ project :
4+ default :
5+ target : 90%
6+ patch :
7+ default :
8+ target : 80%
9+
10+ flags :
11+ conventional-git :
12+ paths :
13+ - packages/conventional-git/src/
14+ conventional-bump :
15+ paths :
16+ - packages/conventional-bump/src/
17+ conventional-changelog :
18+ paths :
19+ - packages/conventional-changelog/src/
Original file line number Diff line number Diff line change 11# @modulify/conventional-bump
22
3+ [ ![ codecov] ( https://codecov.io/gh/modulify/conventional/branch/main/graph/badge.svg?flag=conventional-bump )] ( https://codecov.io/gh/modulify/conventional?flags[0]=conventional-bump )
4+
35[ 🌐 Translations] ( ./docs/INDEX.md )
46
57Semantic-release helper that analyzes conventional commits and recommends the next version (major/minor/patch)
Original file line number Diff line number Diff line change 11# @modulify/conventional-bump
22
3+ [ ![ codecov] ( https://codecov.io/gh/modulify/conventional/branch/main/graph/badge.svg?flag=conventional-bump )] ( https://codecov.io/gh/modulify/conventional?flags[0]=conventional-bump )
4+
5+ [ 🌐 Translations] ( ./docs/INDEX.md )
6+
37Помощник для семантических релизов, который анализирует conventional-коммиты и рекомендует следующую версию (major/minor/patch) на основе вашей истории git.
48
59- Репозиторий: https://github.com/modulify/conventional
Original file line number Diff line number Diff line change 11# @modulify/conventional-changelog
22
3+ [ ![ codecov] ( https://codecov.io/gh/modulify/conventional/branch/main/graph/badge.svg?flag=conventional-changelog )] ( https://codecov.io/gh/modulify/conventional?flags[0]=conventional-changelog )
4+
35[ 🌐 Translations] ( ./docs/INDEX.md )
46
57Generate a changelog from your git history using conventional commits.
Original file line number Diff line number Diff line change 11# @modulify/conventional-changelog
22
3+ [ ![ codecov] ( https://codecov.io/gh/modulify/conventional/branch/main/graph/badge.svg?flag=conventional-changelog )] ( https://codecov.io/gh/modulify/conventional?flags[0]=conventional-changelog )
4+
5+ [ 🌐 Translations] ( ./docs/INDEX.md )
6+
37Генерация changelog из истории git на основе conventional-коммитов.
48Группирует записи по разделам и пропускает коммиты, которые были отменены позже.
59Настраивается с помощью шаблонов Nunjucks.
Original file line number Diff line number Diff line change 11# @modulify/conventional-git
22
3+ [ ![ codecov] ( https://codecov.io/gh/modulify/conventional/branch/main/graph/badge.svg?flag=conventional-git )] ( https://codecov.io/gh/modulify/conventional?flags[0]=conventional-git )
4+
35[ 🌐 Translations] ( ./docs/INDEX.md )
46
57Thin wrapper over git that adds conventional-commit parsing and semantic tag helpers.
Original file line number Diff line number Diff line change 11# @modulify/conventional-git
22
3+ [ ![ codecov] ( https://codecov.io/gh/modulify/conventional/branch/main/graph/badge.svg?flag=conventional-git )] ( https://codecov.io/gh/modulify/conventional?flags[0]=conventional-git )
4+
35Тонкая обертка над git, которая добавляет парсинг conventional-коммитов и помощники для семантических тегов.
46
57- Репозиторий: https://github.com/modulify/conventional
You can’t perform that action at this time.
0 commit comments