Skip to content

Commit 0a5b879

Browse files
committed
fix(README): mention commit standard
1 parent 840a776 commit 0a5b879

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,11 @@ $ clang-format -i --style=Google src/**/*.cpp src/**/*.h
124124
# when doing manual, do not forget to setup the wanted version in the script (CI/CD does it automatically)
125125
$ ./generate/generate-appimage.sh
126126
```
127+
128+
# Development
129+
130+
## Git commit
131+
132+
This project uses the standard of [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
133+
134+
The commits are also being used to generate the different releases via github actions, meaning no versions need to be updated manually.

0 commit comments

Comments
 (0)