File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ options:
15
15
- docs
16
16
- examples
17
17
- fix
18
+ - api
18
19
commit_groups :
19
20
title_maps :
21
+ api : 💫 API Changes
20
22
govc : 💫 `govc` (CLI)
21
23
vcsim : 💫 `vcsim` (Simulator)
22
24
chore : 🧹 Chore
Original file line number Diff line number Diff line change @@ -167,13 +167,17 @@ $ git commit -s -m "govc: Add CLI command X" -m "Closes: #1234"
167
167
168
168
Currently the following prefixes are used:
169
169
170
+ - ` api: ` - Use for API-related changes
170
171
- ` govc: ` - Use for changes to ` govc ` CLI
171
172
- ` vcsim: ` - Use for changes to vCenter Simulator
172
173
- ` chore: ` - Use for repository related activities
173
174
- ` fix: ` - Use for bug fixes
174
175
- ` docs: ` - Use for changes to the documentation
175
176
- ` examples: ` - Use for changes to examples
176
177
178
+ If your contribution falls into multiple categories, e.g. ` api ` and ` vcsim ` it
179
+ is recommended to break up your commits using distinct prefixes.
180
+
177
181
### Running CI Checks and Tests
178
182
You can run both ` make check ` and ` make test ` from the top level of the
179
183
repository.
You can’t perform that action at this time.
0 commit comments