Skip to content
Snippets Groups Projects
  1. Mar 11, 2022
    • Daniel Dehennin's avatar
      feat(git): new `.git:merge-to` job template to merge a reference · f8501fc7
      Daniel Dehennin authored
      By default, the source of the merge is `${CI_COMMIT_TAG}` and the
      target must be defined by the `.gitlab-ci.yml` job using this
      template.
      
      * docs/GETTING-STARTED.md: new section to document `.git:merge-to`
        template job.
      
      * templates/Git.yaml: new `.git:merge-to` template job to merge a
        reference into a target branch.
      f8501fc7
    • Daniel Dehennin's avatar
      refactor(commitlint): new job template but keep compatible job · 17c4187f
      Daniel Dehennin authored
      Using `commitlint` require the users to include `templates/Git.yaml`
      and `extends` the `.git:commitlint` job template.
      
      We keep `templates/Lint/Commitlint.yaml` for backward compatibility.
      
      * templates/Git.yaml: new git related job templates
      
      * templates/Lint/Commitlint.yaml: define `commitlint` with the
        `.git:commitlint` job template for backward compatibility.
      
      * .commitlintrc.yaml: move from JS to YAML.
      17c4187f
Loading