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: cookpete/auto-changelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: cookpete/auto-changelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 9 commits
  • 19 files changed
  • 5 contributors

Commits on Jun 20, 2019

  1. fix for handlebars-setup arg (#110)

    dabari authored and cookpete committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    eca0bb3 View commit details
    Browse the repository at this point in the history
  2. Add support for alternate date sorting (#113)

    * Add support for alternate date sorting.
    
    * fix lint
    
    * Hyphenate date-desc and add to readme/help
    david-garcia-garcia authored and cookpete committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    e2408dc View commit details
    Browse the repository at this point in the history
  3. HTTPS links to external sites (#120)

    * HTTPS links to external sites
    
    safer and prevents a redirect
    
    * Update more links to use https
    coliff authored and cookpete committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0fafde3 View commit details
    Browse the repository at this point in the history
  4. Update babel/rimraf/nyc (#122)

    * replace babel/polyfill with core-js as mentioned during yarn-install
    
    * Use rimraf instead of rm for better windows compatibility
    
    * Update nyc to fix security warning
    
    * Use prepublishOnly since the other commands got deprecated
    
    * Update dependencies
    
    * Remove node 6 from travis builds
    
    * Update yarn.lock
    Veeck authored and cookpete committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    b75a9eb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Fix commander argument syntax

    Square brackets implies optional input, whereas they are all required (if the option is being used)
    cookpete committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    01739fe View commit details
    Browse the repository at this point in the history
  2. Add --append-git-log option

    Closes #118
    Fixes #117
    cookpete committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    68c20a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a8de35 View commit details
    Browse the repository at this point in the history
  4. Update test data

    cookpete committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    bb3a347 View commit details
    Browse the repository at this point in the history
  5. 1.14.0

    cookpete committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    44d42ad View commit details
    Browse the repository at this point in the history
Loading