-
Notifications
You must be signed in to change notification settings - Fork 965
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: conventional-changelog/commitlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 27 files changed
- 6 contributors
Commits on Mar 19, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 86c34f1 - Browse repository at this point
Copy the full SHA 86c34f1View commit details
Commits on Apr 10, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for b0bbce3 - Browse repository at this point
Copy the full SHA b0bbce3View commit details
Commits on May 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ec868ef - Browse repository at this point
Copy the full SHA ec868efView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1f46b9f - Browse repository at this point
Copy the full SHA 1f46b9fView commit details -
Update guides-use-prompt.md (#320)
The `npm install` part referenced the wrong list of packages.
Configuration menu - View commit details
-
Copy full SHA for 44e20f8 - Browse repository at this point
Copy the full SHA 44e20f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e04902 - Browse repository at this point
Copy the full SHA 1e04902View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.1.3...v6.2.0