Skip to content

Commit

Permalink
Changelogger: Default --deduplicate to 0 (#35138)
Browse files Browse the repository at this point in the history
When set to 1, it looks at the previous changelog entry and removes any
from the current entry that already show there. While that makes sense
in the case of "normal" changes that might have been backported, it
makes much less sense for perennial things like "Updated dependencies".
So probably better if people have to opt in to that behavior.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7614274709
  • Loading branch information
anomiex authored and matticbot committed Jan 22, 2024
1 parent 76c23cd commit d3684e4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.5"
"automattic/jetpack-changelogger": "^4.1.0-alpha"
},
"autoload": {
"classmap": [
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-device-detection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.5"
"automattic/jetpack-changelogger": "^4.1.0-alpha"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "c904e39929821d06575bd1185dc1c2a871d1a9cb"
"reference": "607904f1ed12c57f1f866d6287c9b94212dabb95"
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.0.5",
"automattic/jetpack-changelogger": "^4.1.0-alpha",
"yoast/phpunit-polyfills": "1.1.0"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'automattic/jetpack-device-detection' => array(
'pretty_version' => '2.0.1',
'version' => '2.0.1.0',
'reference' => 'c904e39929821d06575bd1185dc1c2a871d1a9cb',
'reference' => '607904f1ed12c57f1f866d6287c9b94212dabb95',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
'aliases' => array(),
Expand Down

0 comments on commit d3684e4

Please sign in to comment.