Last active
July 22, 2024 14:12
-
-
Save honzabilek4/dbc0c0a933109dfbebaa274c512e9fd0 to your computer and use it in GitHub Desktop.
Semantic commits
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.conventionalcommits.org/en/v1.0.0/ | |
feat: add hat wobble | |
^--^ ^------------^ | |
| | | |
| +-> Summary in present tense. | |
| | |
+-------> Type: chore, docs, feat, fix, refactor, style, or test. | |
chore: add Oyster build script | |
docs: explain hat wobble | |
feat: add beta sequence | |
fix: remove broken confirmation message | |
refactor: share logic between 4d3d3d3 and flarhgunnstow | |
style: convert tabs to spaces | |
test: ensure Tayne retains clothing | |
deps: update dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment