Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conventional-changelog/commitlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v19.3.1
Choose a base ref
...
head repository: conventional-changelog/commitlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v19.4.0
Choose a head ref
  • 15 commits
  • 36 files changed
  • 10 contributors

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    fcb4eba View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    76e148e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. ci: add schedule&workflow_dispatch triggers (#4087)

    * ci: add schedule&workflow_dispatch triggers
    
    The schedule trigger will run CI everyday to make
    sure we catch any breakage caused by external
    reasons. The workflow_dispatch one is so that the
    repo owner can launch CI jobs manually.
    
    * ci(prettier): rather use --check instead of -l
    
    Not sure why -l flag sometimes make command fail when
    it shouldn't.
    
    * ci: make format failure clearer
    
    * ci: fix YML format (prettier)
    knocte committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    bc4d797 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    c34944f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. build(deps): bump braces from 3.0.2 to 3.0.3 (#4090)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2cd15e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. chore: deps (#4095)

    escapedcat committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    4ec9ba9 View commit details
    Browse the repository at this point in the history
  2. Chore/deps 240707 2 (#4096)

    * chore: deps
    
    * chore: deps
    
    * chore: deps
    escapedcat committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c6fa2eb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. docs: fixing rules.md (#4098)

    * docs: fixing rules.md
    
    * fixing typo of example from subject-case rule
    
    * style: prettier
    
    ---------
    
    Co-authored-by: escapedcat <github@htmlcss.de>
    Naedri and escapedcat committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5e3602b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    2eca565 View commit details
    Browse the repository at this point in the history
  2. docs: remove GitLab clone depth limitation (#4105)

    * docs: remove GitLab clone depth limitation
    
    See #4103
    
    * docs: remove stage config from GitLab
    
    Let's keep the example minimal.
    abitrolly committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a2f27fa View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. docs: mention hook support (#4111)

    fixes #4108
    mostafa-rio committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    722d8ff View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. feat: support command line options from a file (#4109)

    * docs: add missing CLI options
    
    * feat: support CLI options from JSON file or Common.js module
    benquarmby committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a20e890 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. feat: support linting from the last tag (#4110)

    * fix: observe working directory with --last option
    
    * feat: support linting from the last tag
    benquarmby committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    4b204ec View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    530db80 View commit details
    Browse the repository at this point in the history
  2. v19.4.0

    escapedcat committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bac2288 View commit details
    Browse the repository at this point in the history
Loading