Skip to content

Commit 7b2b81f

Browse files
authored
Merge pull request #13 from IShix-g/release
v1.0.23
2 parents 299b112 + 06c938f commit 7b2b81f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ Automate Unity Package Releases Using GitHub Actions
1919

2020
By starting commit messages with keywords like `feat` or `fix`, they will be automatically included in the release notes.
2121

22+
#### List of Available Types
23+
24+
| Type | Description |
25+
|------------|------------------------------------------------------|
26+
| feat: | Addition of a new feature |
27+
| fix: | Bug fixes |
28+
| docs: | Documentation updates or corrections |
29+
| style: | Code style adjustments (e.g., removing whitespaces) |
30+
| refactor: | Code changes that neither fix a bug nor add a feature |
31+
| perf: | Changes made to improve performance |
32+
2233
![](Docs/release-note.jpg)
2334

2435
### When branch or tag protection is enabled

0 commit comments

Comments
 (0)