Skip to content

Commit 4bae3f6

Browse files
committed
PHPC-1660: Always refer to explicit version in PECL example for non-stable release notes
1 parent 9efda9a commit 4bae3f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,9 @@ http://pecl.php.net/package/mongodb
501501
```
502502

503503
> **Note:** If this is an alpha or beta release, the installation examples
504-
> should append the stability to the package name (e.g. "mongodb-beta").
504+
> should refer to the exact version (e.g. "mongodb-1.8.0beta2"). This is necessary
505+
> because PECL prioritizes recent, stable releases over any stability preferences
506+
> (e.g. "mongodb-beta").
505507
506508
The URL for the list of resolved JIRA issues will need to be updated with each
507509
release. You may obtain the list from

0 commit comments

Comments
 (0)