Skip to content

Commit c472c2f

Browse files
authored
chore: add commit header for bundled tool version updates (#6121)
1 parent 2ece3d1 commit c472c2f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.chglog/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ options:
1111
- fix
1212
- perf
1313
- improvement
14+
- tool
1415
sort_by: Scope
1516
commit_groups:
1617
group_by: Type
@@ -21,6 +22,7 @@ options:
2122
perf: Performance Improvements
2223
improvement: Improvements
2324
refactor: Code Refactoring
25+
tool: Bundled Tool Version Updates
2426
header:
2527
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
2628
pattern_maps:

commitlint.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
"revert",
1515
"style",
1616
"test",
17+
"tool",
1718
]]
1819
}
1920
};

docs/contributing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ We follow the [Conventional Commits specification](https://www.conventionalcommi
6666
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing
6767
semi-colons, etc).
6868
* **test**: Adding missing or correcting existing tests.
69+
* **tool**: A version update for a bundled tool version used by Garden.
6970

7071
When generating the changelog, we only include the following types: **feat**, **fix**, **refactor**, **improvement**, and **perf**. This means that any changes that the user should be aware of, should have one of these types.
7172

0 commit comments

Comments
 (0)