1. 31 Jan, 2022 3 commits
  2. 29 Jan, 2022 2 commits
  3. 08 Jan, 2022 1 commit
  4. 07 Jan, 2022 1 commit
  5. 27 Dec, 2021 1 commit
  6. 23 Nov, 2021 2 commits
  7. 30 Oct, 2021 2 commits
  8. 21 Oct, 2021 2 commits
  9. 06 Oct, 2021 1 commit
  10. 05 Oct, 2021 3 commits
  11. 02 Oct, 2021 5 commits
  12. 30 Sep, 2021 2 commits
  13. 28 Sep, 2021 7 commits
  14. 27 Sep, 2021 3 commits
  15. 20 Sep, 2021 1 commit
  16. 17 Sep, 2021 2 commits
  17. 15 Sep, 2021 2 commits
    • Kip's avatar
      Merge pull request #981 from Tachi107/ci-conventional-commits · 4c2ebe8d
      Kip authored
      ci: add conventional commits check
      4c2ebe8d
    • Andrea Pappacoda's avatar
      ci: add conventional commits check · d992f35e
      Andrea Pappacoda authored
      Conventional Commits is a specification that aims at improving commit
      messages and history.
      
      It consists of a simple canonical format for commit messages:
      type(optional scope): description
      
      Having a small list of types helps understand when a change is breaking,
      when it adds a feature, where it patches something, or when it is
      unrelated to the main library (build system changes, CI, tests...).
      
      This is really useful when determing when to release and what type of
      release should be made (major, minor, or patch release).
      d992f35e