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: v2.4.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: v2.5.0
Choose a head ref
  • 12 commits
  • 14 files changed
  • 10 contributors

Commits on Mar 25, 2022

  1. Remove email from package.json

    Honestly what was I thinking?
    cookpete committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0991f17 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. add support for including commit pattern (#258)

    * add support for whitelisting commits
    
    add support for whitelisting commits for changelog.
    with the option to make it strict with "--strict-whitelist" to whether include merge commits in the whitelist or not.
    
    * fix
    
    * update
    
    * Update README.md
    
    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    
    * fix
    
    * make ignore pattern and include pattern exclusive
    
    * update commit filters apply
    
    * Update src/commits.js
    
    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    
    * remove 'strict-include' option
    
    * Tidy up
    
    ---------
    
    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    Co-authored-by: Pete Cook <pete@cookpete.com>
    3 people authored May 13, 2023
    Configuration menu
    Copy the full SHA
    91226a7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Add a Plugin system (#237)

    * add import-cwd dependency
    
    * add --plugin option to cli
    
    * call plugins functions during parseReleases
    
    * Tidy up
    
    ---------
    
    Co-authored-by: Pete Cook <pete@cookpete.com>
    mansona and cookpete authored May 15, 2023
    Configuration menu
    Copy the full SHA
    37cdfed View commit details
    Browse the repository at this point in the history
  2. feat: combine multiple commit-lists to one if heading is undefined (#236

    )
    
    * feat: combine multiple commit-lists to one
    
    * fix: lints and tests
    
    * Tidy up
    
    ---------
    
    Co-authored-by: Stefan Nygren <N/A>
    Co-authored-by: Pete Cook <pete@cookpete.com>
    itayo and cookpete authored May 15, 2023
    Configuration menu
    Copy the full SHA
    79acd55 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. tests: fix parseReleases (#265)

    * tests: make sure options.plugins is iterable
    
    * use [].concat instead of Array.from - kudos to @ljharb
    
    * remove [].concat
    Reddine authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    03811f7 View commit details
    Browse the repository at this point in the history
  2. upgrade parse-github-url v1.0.3 (#289)

    Fixes #249
    JHyeok authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3444e49 View commit details
    Browse the repository at this point in the history
  3. Add Template for handling commits with Conventional Commits format (#217

    )
    
    * Add Template for handling commits with Conventional Commits format
    
    * Add {{Author}} tag to readme example
    
    * Added shorthash to template
    
    * Rename conventionalcommits.hbs to conventional.hbs
    
    * Fixed comments and spelling mistakes
    IllusionVK authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e1f4045 View commit details
    Browse the repository at this point in the history
  4. fix: gitlab subgroups (#232)

    Refs: #93
    
    Signed-off-by: Victor Godoy <vigohe@gmail.com>
    vigohe authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    43fa031 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8feafe8 View commit details
    Browse the repository at this point in the history
  6. Fix: Throws error if tag does not contains "version" property (#272)

    If any tag object does not contains "version" property it throws error. This patch fixes this issue
    erayhanoglu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7a0943f View commit details
    Browse the repository at this point in the history
  7. Revert GitLab's new style routes

    PR #267
    This reverts commit 8feafe8.
    cookpete committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b087f51 View commit details
    Browse the repository at this point in the history
  8. 2.5.0

    cookpete committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5ba380a View commit details
    Browse the repository at this point in the history
Loading