Skip to content

Commit 14b86c9

Browse files
authored
Merge branch 'master' into fix/byte-to-binary-changes
2 parents a468fc6 + 65430af commit 14b86c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ We have automated the release process in xero-OpenAPI using [semantic-release pa
3232

3333
**Example:**
3434

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**.
3636

3737
Following release notes will be generated -
3838

3939
```
4040
Release notes
4141
4242
Feature -
43-
- Added a new parameter in the get_account method
43+
- added a new parameter in the get_account method
4444
```
4545

4646
If your commit message is - ``fix: fixed the null issue with get_invoice method`` - It will do a **patch version update**.

0 commit comments

Comments
 (0)