File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,17 @@ Automate Unity Package Releases Using GitHub Actions
1919
2020By 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
You can’t perform that action at this time.
0 commit comments