Skip to content

Commit 3cc5ed7

Browse files
committed
Change order of PECL release steps in contribution docs
1 parent c0f5b20 commit 3cc5ed7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ you must rebuild the extension after updating `phongo_version.h`.
310310
> `PHP_MONGODB_VERSION`, increment the last digit of
311311
> `PHP_MONGODB_VERSION_DESC`.
312312
313-
### Publish PECL package
313+
### Build PECL package
314314

315315
Create the PECL package description file with `make package.xml`. This creates
316316
a `package.xml` file from a template. Version, author, and file information will
@@ -323,10 +323,6 @@ After copying release notes, use `make package` to create the package file (e.g.
323323
$ pecl install -f mongodb-X.Y.Z.tgz
324324
```
325325

326-
The PECL package may be published via the
327-
[Release Upload](https://pecl.php.net/release-upload.php) form. You will have
328-
one chance to confirm the package information after uploading.
329-
330326
### Commit version update and release notes
331327

332328
Commit the modified `phongo_version.h` file as "Package X.Y.Z"
@@ -382,6 +378,12 @@ $ git push
382378
$ git push --tags
383379
```
384380

381+
### Release PECL package
382+
383+
The PECL package may be published via the
384+
[Release Upload](https://pecl.php.net/release-upload.php) form. You will have
385+
one chance to confirm the package information after uploading.
386+
385387
### Merge the maintenance branch up to master
386388

387389
```

0 commit comments

Comments
 (0)