Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ you must rebuild the extension after updating `phongo_version.h`.
> `PHP_MONGODB_VERSION`, increment the last digit of
> `PHP_MONGODB_VERSION_DESC`.

### Publish PECL package
### Build PECL package

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

The PECL package may be published via the
[Release Upload](https://pecl.php.net/release-upload.php) form. You will have
one chance to confirm the package information after uploading.

### Commit version update and release notes

Commit the modified `phongo_version.h` file as "Package X.Y.Z"
Expand Down Expand Up @@ -382,6 +378,12 @@ $ git push
$ git push --tags
```

### Release PECL package

The PECL package may be published via the
[Release Upload](https://pecl.php.net/release-upload.php) form. You will have
one chance to confirm the package information after uploading.

### Merge the maintenance branch up to master

```
Expand Down