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: commitizen/cz-conventional-changelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
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
Choose a head ref
  • 7 commits
  • 10 files changed
  • 7 contributors

Commits on Jan 26, 2018

  1. 2 Configuration menu
    Copy the full SHA
    ff370a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from jacobq/patch-1

    doc(README): Update link (again)
    LinusU authored Jan 26, 2018
    Configuration menu
    Copy the full SHA
    d4bf98e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. chore(license): adds missing MIT license file (#67)

    * chore(license): adds missing MIT license file
    petermetz authored and jimthedev committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    f2ca755 View commit details
    Browse the repository at this point in the history
  2. 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.
    smccollum-blurb authored and jimthedev committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    65d6a9f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. 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.
    yinzara authored and jimthedev committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    3398c02 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    6ed57bd View commit details
    Browse the repository at this point in the history
  2. fix: remove pre-node 10 support (#86)

    BREAKING CHANGE: Node 10 is LTS so please upgrade to it.
    jimthedev authored Jul 19, 2019
    Configuration menu
    Copy the full SHA
    76588ad View commit details
    Browse the repository at this point in the history
Loading