You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAINTAINERS.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ This file details information that will be useful for the project maintainers.
4
4
5
5
## Release Process
6
6
7
-
Put the desired version number into the `VERSION` constant in `src/PHPCouchDB/Server.php`. Then tag the master branch of the repo with the matching tag e.g. "v0.1.2" and push to GitHub.
7
+
Put the desired version number into `composer.json` and into the `VERSION` constant in `src/PHPCouchDB/Server.php`. Then tag the master branch of the repo with the matching tag e.g. "v0.1.2" and push to GitHub.
0 commit comments