Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allows configuration of standard-version and submodules using package.json or a provided --config file #278

Commits on Mar 15, 2019

  1. feat: allows configuration of standard-version and submodules using p…

    …ackage.json or a provided --config file
    
    see conventional-changelog#169, conventional-changelog#154
    Joe Bottigliero authored and jbottigliero committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    2a4e1f7 View commit details
    Browse the repository at this point in the history
  2. fix: ensure configuration fallback when configration file or package.…

    …json is not present
    Joe Bottigliero authored and jbottigliero committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    4d016ad View commit details
    Browse the repository at this point in the history
  3. improvement: adds configuration passing to conventional-changelog

    Joe Bottigliero authored and jbottigliero committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    ec7290f View commit details
    Browse the repository at this point in the history
  4. fix: create a new object from the provided configuration to ensure th…

    …e reference (package.json) is not augmented.
    Joe Bottigliero authored and jbottigliero committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    2ec31bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e268f90 View commit details
    Browse the repository at this point in the history
  6. chore: standard --fix

    jbottigliero committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    c28abd8 View commit details
    Browse the repository at this point in the history
  7. fix: updates configuration to be handled via yargs.config, adds initi…

    …al tests for various configuration cases
    jbottigliero committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    a8578f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c62682 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b0a32d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fd244e View commit details
    Browse the repository at this point in the history
  11. fix: adds conventional-changelog-core option handling

    - The `changelog` lifecyle now passes along `conventional-changelog` configuration as `options` and `conventional-changelog-core` configuration as `context`.
    - Updates the passing of configurations to lifecycles to be consistent (the entire `modules` object).
    - Adds tests to cover `conventional-changelog-core` options, `--tagPrefix` and a few permutations.
    jbottigliero committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    1221f9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a27ded2 View commit details
    Browse the repository at this point in the history