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: v6.1.3
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: v6.2.0
Choose a head ref
  • 6 commits
  • 27 files changed
  • 6 contributors

Commits on Mar 19, 2018

  1. feat: print commit message when the message is invalid

    When using the CLI, if the message is invalid we lose all its content (using a custom message in VIM mode), which might be a little frustrating when we a have a long commit body.
    
    This feature prints the full message when there are linting errors.
    
    Closes #222
    Duarte Amorim authored and marionebl committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    86c34f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. docs: provide win32 friendly installation commands (#314)

    ### 1. Summary
    
    Fix installation syntax for Windows.
    
    Curly braces syntax [**doesn't work**](https://stackoverflow.com/a/38876970/5951529) for Windows-specific terminals.
    
    ### 2. Behavior before pull request
    
    ```node
    D:\SashaDemoRepositories\SashaCommitlint>npm install --save-dev @commitlint/{config-conventional,cli}
    npm ERR! code ENOLOCAL
    npm ERR! Could not install from "@commitlint\{config-conventional,cli}" as it does not contain a package.json file.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     C:\Users\SashaChernykh\AppData\Roaming\npm-cache\_logs\2018-04-10T13_23_19_766Z-debug.log
    ```
    
    ### 3. Behavior after pull request
    
    ```node
    D:\SashaDemoRepositories\SashaCommitlint>npm install --save-dev @commitlint/config-conventional @commitlint/cli
    
    + @commitlint/[email protected]
    + @commitlint/[email protected]
    added 170 packages from 61 contributors in 34.977s
    ```
    
    ### 4. Testing environment
    
    + Windows 10 Enterprise LTSB 64-bit EN,
    + Node.js 9.11.1,
    + npm 5.8.0,
    + [**Clink**](https://mridgers.github.io/clink/) 0.4.8.
    
    Thanks.
    Саша Черных authored and marionebl committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    b0bbce3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    ec868ef View commit details
    Browse the repository at this point in the history
  2. feat(rules): support array for scope-case and type-case (#312)

    As per issue #307 port the logic from subject-case for array definitions over to scope-case and type-case.
    SimeonC authored and marionebl committed May 1, 2018
    Configuration menu
    Copy the full SHA
    1f46b9f View commit details
    Browse the repository at this point in the history
  3. Update guides-use-prompt.md (#320)

    The `npm install` part referenced the wrong list of packages.
    guidobouman authored and marionebl committed May 1, 2018
    Configuration menu
    Copy the full SHA
    44e20f8 View commit details
    Browse the repository at this point in the history
  4. v6.2.0

    marionebl committed May 1, 2018
    Configuration menu
    Copy the full SHA
    1e04902 View commit details
    Browse the repository at this point in the history
Loading