We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840a776 commit 0a5b879Copy full SHA for 0a5b879
README.md
@@ -124,3 +124,11 @@ $ clang-format -i --style=Google src/**/*.cpp src/**/*.h
124
# when doing manual, do not forget to setup the wanted version in the script (CI/CD does it automatically)
125
$ ./generate/generate-appimage.sh
126
```
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