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: CONTRIBUTING.md
+11
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,14 @@ The code in this library is compliant with the [PSR-2 Coding Style Guide](https:
52
52
$ vendor/bin/php-cs-fixer fix --level psr2 .
53
53
54
54
Running this command will _change_ your code to become PSR-2 compliant. You will need to _commit_ these changes and make them part of your pull request.
55
+
56
+
## Releasing a new version of php-opencloud
57
+
If you are a core contributor to php-opencloud, you have the power to release new versions of it. Here are the steps to follow to ensure a proper release:
58
+
59
+
1. Update the value of the the [`VERSION` constant](/lib/OpenCloud/Version.php#L30).
60
+
2. Merge the `working` branch into the `master` branch.
61
+
3.[Run the smoke tests](#to-run-the-full-suite-of-acceptance-tests). If they fail, make necessary changes and go to step 2.
62
+
4.[Create new release notes](https://github.com/rackspace/php-opencloud/releases/new).
0 commit comments