-
Notifications
You must be signed in to change notification settings - Fork 442
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: commitizen/cz-conventional-changelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: commitizen/cz-conventional-changelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 10 files changed
- 7 contributors
Commits on Jan 26, 2018
-
2
Configuration menu - View commit details
-
Copy full SHA for ff370a3 - Browse repository at this point
Copy the full SHA ff370a3View commit details -
Merge pull request #64 from jacobq/patch-1
doc(README): Update link (again)
Configuration menu - View commit details
-
Copy full SHA for d4bf98e - Browse repository at this point
Copy the full SHA d4bf98eView commit details
Commits on Sep 18, 2018
-
chore(license): adds missing MIT license file (#67)
* chore(license): adds missing MIT license file
Configuration menu - View commit details
-
Copy full SHA for f2ca755 - Browse repository at this point
Copy the full SHA f2ca755View commit details -
feat: add default values to options (#69)
For my own workflow, I made an adapter to allow passing default values in gleaned from the branch name, but needed to somehow get those values into this adapter, and I thought this was a good way to achieve this goal. With these changes, my custom adapter can be like this: ``` process.env.CZ_TYPE = "fix" module.exports = require("cz-conventional-changelog") ``` Instead of having to copy everything.
Configuration menu - View commit details
-
Copy full SHA for 65d6a9f - Browse repository at this point
Copy the full SHA 65d6a9fView commit details
Commits on Apr 18, 2019
-
feat: implement configuration through package.json (#75)
cz-conventional-changelog can now have its values (specifically all the defaults and maxLineWidth) through the config.commitizen key in the package.json file. The scope now automatically becomes lowercase (as is required for conventional changelogs) and is prompted on the same line (as it is always short and doesn't need an additional line). The subject question now indicates the total number of characters that are allowed based upon the maxLineWidth configuration (or 100 as it is now by default), the length of the type, and scope. Validation prevents entering more than the allowed number of characters with feedback of the number of characters entered. Subject will always have a lowercase first letter and strip any trailing dots (as is required by the conventional changelog standard). 'commitizen' and 'semantic-release' have been updated to the most recent versions (because of current vunderabilites) and the .travisci file has been updated to reflect newer node versions.
Configuration menu - View commit details
-
Copy full SHA for 3398c02 - Browse repository at this point
Copy the full SHA 3398c02View commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6ed57bd - Browse repository at this point
Copy the full SHA 6ed57bdView commit details -
fix: remove pre-node 10 support (#86)
BREAKING CHANGE: Node 10 is LTS so please upgrade to it.
Configuration menu - View commit details
-
Copy full SHA for 76588ad - Browse repository at this point
Copy the full SHA 76588adView 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 v2.1.0...v3.0.0