Skip to content

Commit

Permalink
Allow supporting merge PRs with changelogger. (#27881)
Browse files Browse the repository at this point in the history
* [not verified] Allow supporting merge PRs with changelogger.

* [not verified] Add changelog.

* [not verified] Update version number for CLI.

* [not verified] Upgrade changelogger reference in all plugins.

* [not verified] Add changelogs.

* [not verified] Also add support for default merge message from GH.

* [not verified] Add unit test for supporting merge in changelogger.

* [not verified] Remove unneeded capturing groups and added anchoring.

* [not verified] Apply coding standards.

* [not verified] Remove redundant test.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/3751481256
  • Loading branch information
vedanshujain authored and matticbot committed Dec 21, 2022
1 parent 52f7c8b commit 743d3c9
Showing 1 changed file with 1 addition and 1 deletion.
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.0.4",
"automattic/jetpack-changelogger": "^3.2.3"
"automattic/jetpack-changelogger": "^3.3.0-alpha"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 743d3c9

Please sign in to comment.