Skip to content

Commit e4c04fe

Browse files
samiffmatticbot
authored andcommitted
Changelogger: new 'add-pr-num' option (#24045)
* [not verified] Initial commit * [not verified] Some cleanup * changelog * Cleanup * Don't add PR number if no entry $contents * Address feedback, add Utils::getRepoData() * Update projects/packages/changelogger/src/Utils.php Co-authored-by: Brad Jorsch <[email protected]> * Update projects/packages/changelogger/src/Utils.php Co-authored-by: Brad Jorsch <[email protected]> * Update projects/packages/changelogger/tests/php/tests/src/UtilsTest.php Co-authored-by: Brad Jorsch <[email protected]> * Remove input_options param from getRepoData() * Update projects/packages/changelogger/src/Utils.php Co-authored-by: Brad Jorsch <[email protected]> * Bump changelogger package to 3.1.0-alpha Co-authored-by: Brad Jorsch <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/2222196302
1 parent 91ac1ba commit e4c04fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
This is an alpha version! The changes listed here are not final.
1111

1212
### Changed
13+
- Updated package dependencies.
1314
- Update package.json metadata.
1415

1516
## [2.1.10] - 2022-04-06

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require-dev": {
1111
"automattic/wordbless": "dev-master",
1212
"yoast/phpunit-polyfills": "1.0.3",
13-
"automattic/jetpack-changelogger": "^3.0"
13+
"automattic/jetpack-changelogger": "^3.1"
1414
},
1515
"autoload": {
1616
"classmap": [

0 commit comments

Comments
 (0)