Skip to content

Commit

Permalink
fix(README): mention commit standard
Browse files Browse the repository at this point in the history
  • Loading branch information
eckon committed Sep 27, 2021
1 parent 840a776 commit 0a5b879
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,11 @@ $ clang-format -i --style=Google src/**/*.cpp src/**/*.h
# when doing manual, do not forget to setup the wanted version in the script (CI/CD does it automatically)
$ ./generate/generate-appimage.sh
```

# Development

## Git commit

This project uses the standard of [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).

The commits are also being used to generate the different releases via github actions, meaning no versions need to be updated manually.

0 comments on commit 0a5b879

Please sign in to comment.