We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45e7ff commit c005e67Copy full SHA for c005e67
README.rdoc
@@ -55,10 +55,11 @@ To run the integration tests against an LDAP server:
55
56
This section is for gem maintainers to cut a new version of the gem.
57
58
+* Check out a new branch `release-VERSION`
59
* Update lib/net/ldap/version.rb to next version number X.X.X following {semver}(http://semver.org/).
60
* Update `History.rdoc`. Get latest changes with `script/changelog`
-
61
-* On the master branch, run `script/release`
+* Open a pull request with these changes for review
62
+* After merging, on the master branch, run `script/release`
63
64
:include: Contributors.rdoc
65
0 commit comments