File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ We have automated the release process in xero-OpenAPI using [semantic-release pa
32
32
33
33
** Example:**
34
34
35
- If your commit message is - `` feat: Added a new parameter in the get_account method `` - It will do a ** minor version update** .
35
+ If your commit message is - `` feat: added a new parameter in the get_account method `` - It will do a ** minor version update** .
36
36
37
37
Following release notes will be generated -
38
38
39
39
```
40
40
Release notes
41
41
42
42
Feature -
43
- - Added a new parameter in the get_account method
43
+ - added a new parameter in the get_account method
44
44
```
45
45
46
46
If your commit message is - `` fix: fixed the null issue with get_invoice method `` - It will do a ** patch version update** .
You can’t perform that action at this time.
0 commit comments