We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a468fc6 + 65430af commit 14b86c9Copy full SHA for 14b86c9
1 file changed
README.md
@@ -32,15 +32,15 @@ We have automated the release process in xero-OpenAPI using [semantic-release pa
32
33
**Example:**
34
35
-If your commit message is - ``feat: Added a new parameter in the get_account method`` - It will do a **minor version update**.
+If your commit message is - ``feat: added a new parameter in the get_account method`` - It will do a **minor version update**.
36
37
Following release notes will be generated -
38
39
```
40
Release notes
41
42
Feature -
43
- - Added a new parameter in the get_account method
+ - added a new parameter in the get_account method
44
45
46
If your commit message is - ``fix: fixed the null issue with get_invoice method`` - It will do a **patch version update**.
0 commit comments