Skip to content
Snippets Groups Projects
  1. Oct 14, 2024
  2. Jun 17, 2024
  3. Jan 30, 2024
  4. Nov 07, 2023
  5. Oct 02, 2023
  6. Aug 24, 2023
  7. Apr 18, 2023
  8. Feb 24, 2023
  9. Jan 30, 2023
  10. Nov 22, 2022
  11. Sep 20, 2022
  12. Jul 04, 2022
  13. Jun 02, 2022
    • Daniel Dehennin's avatar
      ci(commitlint): enforce commit message format · 54c1539d
      Daniel Dehennin authored
      We want to generate release automatically when the `$STABLE_BRANCH`
      branch is pushed.
      
      We will use `semantic-release` to do the jobs and we must make sure
      the commits will be taken into account by the automatic process.
      
      * docs/CONTRIBUTING.md: explain the commit message formatting.
      
      * .gitlab-ci.yml: configure the `$STABLE_BRANCH` as `master` instead
        of default `stable`.
        Execute `commitlint` at `initial-checks` stage.
      
      * commitlint.config.js: configure `commitlint` policy.
      54c1539d
Loading