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: v4.3.0
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: v5.0.0
Choose a head ref
  • 8 commits
  • 56 files changed
  • 5 contributors

Commits on Nov 17, 2017

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

Commits on Nov 18, 2017

  1. feat(core): add sentence-case to ensure-case (#117)

    * feat(core): add sentence-case rule
    
    * docs: add sentence-case for *-case rules
    
    * refactor(core): reuse ensureCase internally
    Rugal authored and marionebl committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    41749bc View commit details
    Browse the repository at this point in the history
  2. chore: add renovate.json (#111)

    renovate[bot] authored and marionebl committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    e755726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    924ec09 View commit details
    Browse the repository at this point in the history
  4. docs: add issue template

    marionebl authored Nov 18, 2017
    Configuration menu
    Copy the full SHA
    26956a8 View commit details
    Browse the repository at this point in the history
  5. docs: add pr template

    marionebl authored Nov 18, 2017
    Configuration menu
    Copy the full SHA
    5540abb View commit details
    Browse the repository at this point in the history
  6. feat(config-angular): update to latest convention (#123)

    * refactor(config-angular): break out config-angular-type-enum
    * feat(config-angular-type-enum): remove chore type
    * feat(config-angular): disallow subject with uppercase first character
    * fix(core): interprete array values for subject-case correctly
    * test: adapt to new angular rules
    
    BREAKING CHANGE
    
    TL;DR
    * chore is no longer a valid commit type
    * subject with leading capitalized letter are forbidden now
    
    Angular has removed the chore type from their
    conventions as of January 2017
    
    See angular/angular@dff6ee3#diff-6a3371457528722a734f3c51d9238c13L204
    for reference
    
    This removes the previous chore type from the list
    of allowed types.
    
    Projects using the Angular commit convention will identify commits with chore type as faulty.
    
    Also, formerly working commit messages are now considered problems:
    
    *  type: SOME MESSAGE
    *  type: SomeMessage
    *  type: Some Message
    marionebl authored Nov 18, 2017
    Configuration menu
    Copy the full SHA
    d4bdcf6 View commit details
    Browse the repository at this point in the history
  7. v5.0.0

    marionebl committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    25381b6 View commit details
    Browse the repository at this point in the history
Loading