Skip to content

Commit

Permalink
packages: Use range dep for changelogger (#19304)
Browse files Browse the repository at this point in the history
This makes the release process a bit more straightforward, as we won't
need to fix the ".x-dev" when releasing the packages.

Also enforce via CI that packages must use range deps for each other.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/690222283
  • Loading branch information
anomiex authored and matticbot committed Mar 26, 2021
1 parent bd3abe2 commit 2960cdf
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 @@ -7,7 +7,7 @@
"require-dev": {
"brain/monkey": "2.6.0",
"yoast/phpunit-polyfills": "0.2.0",
"automattic/jetpack-changelogger": "1.1.x-dev"
"automattic/jetpack-changelogger": "^1.1"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 2960cdf

Please sign in to comment.