-
-
Notifications
You must be signed in to change notification settings - Fork 161
Comparing changes
Open a pull request
base repository: cookpete/auto-changelog
base: v2.4.0
head repository: cookpete/auto-changelog
compare: v2.5.0
- 12 commits
- 14 files changed
- 10 contributors
Commits on Mar 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0991f17 - Browse repository at this point
Copy the full SHA 0991f17View commit details
Commits on May 13, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 91226a7 - Browse repository at this point
Copy the full SHA 91226a7View commit details
Commits on May 15, 2023
-
* add import-cwd dependency * add --plugin option to cli * call plugins functions during parseReleases * Tidy up --------- Co-authored-by: Pete Cook <pete@cookpete.com>
Configuration menu - View commit details
-
Copy full SHA for 37cdfed - Browse repository at this point
Copy the full SHA 37cdfedView commit details -
feat: combine multiple commit-lists to one if heading is undefined (#236
Configuration menu - View commit details
-
Copy full SHA for 79acd55 - Browse repository at this point
Copy the full SHA 79acd55View commit details
Commits on Sep 11, 2024
-
tests: fix parseReleases (#265)
* tests: make sure options.plugins is iterable * use [].concat instead of Array.from - kudos to @ljharb * remove [].concat
Configuration menu - View commit details
-
Copy full SHA for 03811f7 - Browse repository at this point
Copy the full SHA 03811f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3444e49 - Browse repository at this point
Copy the full SHA 3444e49View commit details -
Add Template for handling commits with Conventional Commits format (#217
Configuration menu - View commit details
-
Copy full SHA for e1f4045 - Browse repository at this point
Copy the full SHA e1f4045View commit details -
Refs: #93 Signed-off-by: Victor Godoy <vigohe@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 43fa031 - Browse repository at this point
Copy the full SHA 43fa031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8feafe8 - Browse repository at this point
Copy the full SHA 8feafe8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7a0943f - Browse repository at this point
Copy the full SHA 7a0943fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b087f51 - Browse repository at this point
Copy the full SHA b087f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba380a - Browse repository at this point
Copy the full SHA 5ba380aView commit details
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.4.0...v2.5.0